Skip to main content
GET
List action executions across tasks, workflows, and intents

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Query Parameters

type
enum<string>
default:all

Filter by execution type

Available options:
all,
task,
workflow,
intent
status
string
default:all

Filter by status — exact values depend on type. completed matches both success and completed for cross-type filtering.

Substring match against task title/description, workflow name, or intent function name.

conversation_uuid
string<uuid>

Scope the feed to one conversation. Only intent executions link to conversations, so task/workflow rows are excluded when set. 404 if not found.

session_uuid
string<uuid>

Scope the feed to one conversation session. Only intent executions link to sessions, so task/workflow rows are excluded when set. 404 if not found.

contact_uuid
string<uuid>

Scope the feed to one contact: intent executions AND tasks for that contact (workflow rows carry no contact link and are excluded). 404 if not found.

from
string<date-time>

Only items created at or after this date/date-time (ISO 8601).

to
string<date-time>

Only items created at or before this date/date-time. A date without time covers that whole day.

per_page
integer
default:15

Items per page (max 100).

Required range: 1 <= x <= 100
page
integer
default:1

1-based page number for pagination.

Required range: x >= 1

Response

200 - application/json

Actions log retrieved

success
boolean
message
string
data
object