List Executions
Fetch a list of executions, sorted by the date they were created from newest to oldest.
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.
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.
1 - 1024
The direction of the transaction. Inbound transactions are those you receive from a payer, provider, or other trading partner. Outbound transactions are those you send to a payer, provider, or other trading partner.
INBOUND
, OUTBOUND
, UNKNOWN
A code specifying the reason for the fault.
DELIVERY_FAILURE
, FAILED_TO_EXTRACT_BUSINESS_IDENTIFIERS
, FAILED_TO_FIND_GUIDE
, FAILED_TO_FIND_LOCAL_PROFILE
, FAILED_TO_FIND_PARTNER_PROFILE
, FAILED_TO_FIND_PARTNERSHIP
, FAILED_TO_FIND_PROFILES
, FAILED_TO_FIND_RECEIVER_PROFILE
, FAILED_TO_FIND_SENDER_PROFILE
, FAILED_TO_FIND_CONNECTION
, FAILED_TO_GENERATE_CONTROL_NUMBERS
, FAILED_TO_PARSE
, FAILED_TO_PARSE_METADATA
, FAILED_TO_TRANSLATE
, FAILED_TO_ACK
, FAILED_TO_ACK_INTERCHANGE
, FILE_NOT_FOUND
, INVALID_EVENT
, INVALID_CONFIGURATION
, MISMATCHED_PARTNERSHIP_CONNECTION
, MISSING_FUNCTIONAL_GROUP_CONTROL_NUMBER
, MISSING_FUNCTIONAL_GROUP_RELEASE
, MISSING_INTERCHANGE_CONTROL_NUMBER
, MISSING_TRANSACTION_SET_CONTROL_NUMBER
, MISSING_RECEIVER_ID
, MISSING_RECEIVER_QUALIFIER
, MISSING_SENDER_ID
, MISSING_SENDER_QUALIFIER
, MULTIPLE_MATCHING_GUIDES
, MULTIPLE_MATCHING_TRANSACTION_SETTINGS
, MULTIPLE_PARTNERSHIPS
, NO_TRANSLATION_OUTPUT
, NO_TRANSACTION_SETS
, NOT_SUPPORTED
, NO_FUNCTIONAL_GROUPS
, NO_USAGE_INDICATOR_CODE
, PREVIOUSLY_RETRIED
, TRANSLATION_ERROR
, UNKNOWN_ERROR
The status of the execution. An execution is COMPLETED
when Stedi has finished processing the file with no errors. If the file is an outbound file, a COMPLETED
status also means that Stedi successfully delivered it to the configured connection.
COMPLETED
, PARTIALLY_COMPLETED
, FAILED
, IGNORED
, IN_PROGRESS
, RETRYING
, RETRIED
, STARTED
Response
ListExecutions 200 response
Common output structure for list operations with pagination support.