Transactions
Get Transaction
Fetch a single transaction by its ID.
GET
/
transactions
/
{transactionId}
Authorizations
Authorization
string
headerrequiredA Stedi API Key for authentication.
Path Parameters
transactionId
string
requiredA unique identifier for the processed transaction within Stedi. This ID is included in the transaction.processed.v2
event, or you can retrieve it manually from the transaction's details page within the Stedi app.
Response
200 - application/json
transactionId
string
requiredA unique identifier for the processed transaction within Stedi. This ID is included in the transaction.processed.v2
event, or you can retrieve it manually from the transaction's details page within the Stedi app.
fileExecutionId
string
requiredstatus
enum<string>
requiredAvailable options:
failed
, succeeded
direction
enum<string>
requiredAvailable options:
INBOUND
, OUTBOUND
, UNKNOWN
mode
enum<string>
requiredAvailable options:
test
, production
, other
processedAt
string
requiredartifacts
object[]
requiredpartnership
object
requiredx12
object
fragments
object
translationErrors
object[]
businessIdentifiers
object[]
Was this page helpful?