Retrieve action log

Retrieves historical action execution logs for a given decision. Results can be returned in JSON or CSV format.

Query Parameters
format string

Response format: JSON or CSV. Defaults to JSON.

startDate string

Start of date range in UTC (ISO 8601 without milliseconds). If not provided, returns most recent 50 records.

endDate string

End of date range in UTC. Must be after startDate.

success string

Filter by success status. Must be true or false. If not specified, returns all statuses.

search string

Search term to filter results (max 256 characters). Case-insensitive search on actionName, errorMessage, triggeringConditions, and outputValues.

sort string

Sort order in format column:direction (e.g., timestamp:desc). Sortable columns: actionName, actionType, errorMessage, success, timestamp.

limit string

Maximum number of records to return.

page string

Page number for pagination.

Header Parameters
PubNub-Version string REQUIRED

Possible values: [2026-02-09]

Responses
200
* required
PubNub-Version*
Type: string
Possible values: [2026-02-09]
format
Type: string
Response format: JSON or CSV. Defaults to JSON.
startDate
Type: string
Start of date range in UTC (ISO 8601 without milliseconds). If not provided, returns most recent 50 records.
endDate
Type: string
End of date range in UTC. Must be after startDate.
success
Type: string
Filter by success status. Must be true or false. If not specified, returns all statuses.
search
Type: string
Search term to filter results (max 256 characters). Case-insensitive search on actionName, errorMessage, triggeringConditions, and outputValues.
sort
Type: string
Sort order in format column:direction (e.g., timestamp:desc). Sortable columns: actionName, actionType, errorMessage, success, timestamp.
limit
Type: string
Maximum number of records to return.
page
Type: string
Page number for pagination.