v1

latestOpenAPI 3.1.0Payrails GmbH2026-07-2614905.7 MB
Executions

Search & list executions

Fetch a list of merchant workflows executions for the given query parameters.

get/merchant/workflows/{workflowCode}/executions

Path parameters

workflowCodestring required

Machine-friendly code of Workflow.

Path parameter to specify the workflow code.

Query parameters

filter[merchantReference]string

Filter executions by merchant reference.

filter[holderReference]string

Filter executions by holder reference.

filter[workspaceId]string

Filter by Workspace ID.

filter[workflowCode]string

Filter by workflow code.

filter[workflowVersion]string

Filter by workflow version.

filter[lastStatus]string

Filter by last status.

page[after]string

Cursor for paging results.

Search collection items after that cursor.

page[before]string

Cursor for paging results.

Search collection items before that cursor.

page[size]integer

Length of the collection to search.

Response

Success.

Example response

{
  "results": [
    {
      "merchantReference": "order_15415"
    }
  ]
}