File Executions
Get Execution Transactions
Fetch a list of transactions for a given file execution, sorted by the date they were created from newest to oldest. Includes the full transaction details.
GET
/
executions
/
{executionId}
/
transactions
Authorizations
Authorization
string
headerrequiredA Stedi API Key for authentication.
Path Parameters
executionId
string
requiredA 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 app.
Query Parameters
pageSize
number
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.
pageToken
string
A token returned by a previous call to this operation in the nextPageToken
. If not specified, Stedi returns the first page of results.
Response
200 - application/json
nextPageToken
string
The token used for pagination
items
object[]
requiredWas this page helpful?