GET
/
executions
  curl --request GET -L \
    --url https://core.us.stedi.com/2023-08-01/executions \
    --header "Authorization: ${STEDI_API_KEY}" 
{
  "items": [
    {
      "createdAt": "2023-08-28T09:00:24.965Z",
      "direction": "OUTBOUND",
      "executionId": "f75168e4-e682-4410-bfec-b5b1541c7f21",
      "faultCount": 0,
      "partnershipId": "i-am-another-merch_this-is-me",
      "source": {
        "name": "my-execution-file.edi"
      },
      "retryable": true,
      "status": "COMPLETED",
      "transactionCount": 1,
      "updatedAt": "2023-08-28T09:00:28.741Z"
    },
    {
      "createdAt": "2023-08-28T09:17:38.591Z",
      "direction": "OUTBOUND",
      "executionId": "1bdbfae4-b30e-cab8-d90f-6fd61ef3d1da",
      "faultCount": 0,
      "partnershipId": "i-am-another-merch_this-is-me",
      "source": {
        "name": "my-execution-file.edi"
      },
      "retryable": true,
      "status": "COMPLETED",
      "transactionCount": 1,
      "updatedAt": "2023-08-28T09:17:44.570Z"
    }
  ],
  "nextPageToken": "945ff6de213d3ef481d028065d4c12fb996a166a3a90ef98564318decfae50ce4b36d74b7e9d9bafa6e1d169"
}

Authorizations

Authorization
string
headerrequired

API key authentication via the 'Authorization' header

Query Parameters

pageSize
number

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

pageToken
string

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

Response

200 - application/json
nextPageToken
string

The token used for pagination

items
object[]
required

Was this page helpful?