v50

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

Poll for new file executions that Stedi has recently processed.

get/polling/executions

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.

You must supply either this property or startDateTime in every request.

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

You must supply either this property or startDateTime in every request.

startDateTimestring date-time

An ISO 8601 formatted string. For example 2023-08-28T00:00:00Z. Stedi returns executions processed after this time.

You must supply either this property or pageToken in every request. The startDateTime must be at least one minute in the past.

An ISO 8601 formatted string. For example 2023-08-28T00:00:00Z. Stedi returns executions processed after this time.

You must supply either this property or pageToken in every request. The startDateTime must be at least one minute in the past.

Response

ListPollingExecutions 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.