Get a transaction by ID
Method: GET
Path: /api/transaction/{transactionId}
Retrieve transaction details including signers, receivers, files, and current status.
Do not use this method for active polling. Use the postback service instead.
Parameters
Responses
200
Transaction retrieved successfully
Content-Type: application/json
Schema: Transaction
Properties
401
Unauthorized - user not owner of transaction
Content-Type: application/json
Schema: ErrorResponse
Properties
Example:
410
The transaction details are no longer available and as a result the returned JSON only contains partial historical data. This happens when the system cleaned the transaction for example due to reaching an end status (any status above 30) or the transaction has expired.
Content-Type: application/json
Schema: Transaction
Properties
500
Internal server error
Content-Type: application/json
Schema: ErrorResponse