Retrieve action log
Retrieves historical action execution logs for a given decision. Results can be returned in JSON or CSV format.
| Query Parameters |
|---|
format stringResponse format: JSON or CSV. Defaults to JSON. |
startDate stringStart of date range in UTC (ISO 8601 without milliseconds). If not provided, returns most recent 50 records. |
endDate stringEnd of date range in UTC. Must be after startDate. |
success stringFilter by success status. Must be true or false. If not specified, returns all statuses. |
search stringSearch term to filter results (max 256 characters). Case-insensitive search on actionName, errorMessage, triggeringConditions, and outputValues. |
sort stringSort order in format column:direction (e.g., timestamp:desc). Sortable columns: actionName, actionType, errorMessage, success, timestamp. |
limit stringMaximum number of records to return. |
page stringPage number for pagination. |
| Header Parameters |
|---|
PubNub-Version string — REQUIREDPossible values: [ |
| Responses |
|---|
200 |
PubNub-Version*2026-02-09]formatstartDateendDatesuccesssearchsortlimitpage