File execution
List Executions
Fetch a list of executions, sorted by the date they were created from newest to oldest.
GET
This endpoint retrieves information about all file executions that Stedi has processed in your account. It’s useful for displaying a list of processed files in a UI. If you want to programmatically fetch and check for new file executions, you should use the Poll Executions endpoint instead.
Authorizations
A Stedi API Key for authentication.
Query Parameters
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.
Required range:
x >= 1
An opaque token returned by a previous call to this operation in the nextPageToken
. If not specified, Stedi returns the first page of results.
Required string length:
1 - 1024