Skip to main content
GET
Get Workflow Request History
Retrieves cursor-based paginated execution history for a workflow.

Usage

Query Parameters

Response

Pagination: If 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

Authorization
string
header
required

API token generated from your Splox account settings. Create tokens at https://app.splox.io/account?tab=settings

Path Parameters

id
string<uuid>
required

Workflow request ID

Query Parameters

limit
integer
default:10

Items per page (default: 10, max: 100)

Required range: x <= 100
cursor
string<uuid>

Cursor for pagination (UUID of last item from previous page)

Search string to filter results

Response

200 - application/json

History retrieved successfully

data
object[]
pagination
object