v50

latestOpenAPI 3.0.2Proprietaryraw.githubusercontent.com2026-07-2730103305.1 KB

Fetch a list of transactions for a file execution, including the full transaction details.

get/executions/{executionId}/transactions

Path parameters

executionIdstring required

A unique identifier for the file execution within Stedi. This ID is included in the file processed event, or you can retrieve it manually from the file's details page within the Stedi portal.

A unique identifier for the file execution within Stedi. This ID is included in the file processed event, or you can retrieve it manually from the file's details page within the Stedi portal.

Query parameters

pageSizenumber

The maximum number of elements to return in a page. You can set this to a maximum of 500 elements. If not specified, the default is 100.

The maximum number of elements to return in a page. You can set this to a maximum of 500 elements. If not specified, the default is 100.

pageTokenstring

A token returned by a previous call to this operation in the nextPageToken. If not specified, Stedi returns the first page of results.

A token returned by a previous call to this operation in the nextPageToken. If not specified, Stedi returns the first page of results.

Response

ListExecutionTransactions 200 response

nextPageTokenstring

Token that you can supply in subsequent requests to retrieve the next page of results. If not returned, there are no more results.