Get Workflow Request History
Workflow Execution
Get Workflow Request History
Retrieves cursor-based paginated execution history for a workflow.
GET
Get Workflow Request History
Retrieves cursor-based paginated execution history for a workflow.
Pagination: If
Usage
Query Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
limit | integer | 10 | Items per page (max: 100) |
cursor | uuid | — | Cursor from previous response for next page |
search | string | — | Search string to filter results |
Response
next_cursor is present, pass it as ?cursor=<value> to get the next page. If next_cursor is absent, there are no more results.
Notes
Authentication required: Include Bearer token in Authorization header.
Authorizations
API token generated from your Splox account settings. Create tokens at https://app.splox.io/account?tab=settings
Path Parameters
Workflow request ID
Query Parameters
Items per page (default: 10, max: 100)
Required range:
x <= 100Cursor for pagination (UUID of last item from previous page)
Search string to filter results

