GET
/
executions
/
{executionId}
curl --request GET \
  --url https://core.us.stedi.com/2023-08-01/executions/{executionId} \
  --header 'Authorization: <api-key>'
{
  "connectionId": "01J8JH26KBJTARWD17Q0S0ZD19",
  "connectionType": "bucket",
  "createdAt": "2025-02-12T22:21:08.815Z",
  "direction": "INBOUND",
  "executionId": "b1356ef2-a10d-482a-b2db-408f1d5e7ff5",
  "faultCount": 0,
  "partnershipId": "local-clearinghouse-test",
  "source": {
    "dirname": "clearinghouse/incoming",
    "name": "7a79135a-73ae-427b-b762-9d4d437d4aab.x12"
  },
  "retryable": true,
  "status": "COMPLETED",
  "transactionCount": 1,
  "updatedAt": "2025-02-12T22:21:15.839Z"
}

Authorizations

Authorization
string
header
required

A Stedi API Key for authentication.

Path Parameters

executionId
string
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.

Response

200
application/json
GetExecution 200 response

The response is of type object.