Fetch a list of faults for a given file execution, sorted by the date they were created from newest to oldest.

get/pg-executions/{executionId}/faults

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

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

Query parameters

pageSizenumber

The maximum number of elements to return in a page. If not specified, the default is 100.

The maximum number of elements to return in a page. If not specified, the default is 100.

pageTokenstring

pageToken is an opaque token returned by a previous call to this operation in the nextPageToken

pageToken is an opaque token returned by a previous call to this operation in the nextPageToken

Response

PgListExecutionFaults 200 response

nextPageTokenstring

The token used for pagination

Changes