Skip to content
GEThttps://app.evoriqa.com/api/v1/chatbots/{chatbotId}/action-runs

List agent action runs

Returns the chatbot's recent agent action runs — the same audit records the dashboard's **Recent runs** panel shows — newest first, page-numbered at 50 per page. Each row carries the action type, the outcome (`success` or `error`), the provider's error message on a failure, the round-trip latency, the conversation it ran in, and the `input` the agent passed to the tool. Narrow the log with `q`, `actionType`, `status`, and `conversationId`. **Retention.** Action runs are deleted **90 days** after they are recorded; a workspace whose own data-retention window is shorter loses them sooner. Pull anything you need to keep before it ages out.

Requires scope chatbots:read

Warning:

Access is gated — enable it before your first call

The API is off by default. A request succeeds only when all three switches are on: the platform master switch (off by default), your organisation’s API toggle, and your plan or client entitlement. Any one off returns 403 API access is not enabled for this workspace.

Parameters

Request

Response

200 OK