Skip to main content
GET
list-action-run-logs

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer

Maximum number of items to return (1-1000)

Required range: 1 <= x <= 1000
cursor
string

Pagination cursor from a previous response

actionId
string
universalActionId
string
integrationActionId
string
connectionActionId
string
integrationId
string
connectionId
string
tenantId
string
userId
string
status
enum<string>
Available options:
success,
error
externalAppId
string
from
string
to
string

Response

200 - application/json

List action run logs — the history of action executions with status and timing. Good source for operational dashboards (success rates, throughput, recent failures).

items
object[]
required
cursor
string