Skip to main content
GET
cURL
Returns a single transaction by its unique identifier. Both the parent policy and the transaction must belong to the authenticated upstream entity.

Path Parameters

Response Shape

All successful responses are wrapped in the standard response envelope. See Request/Response Conventions.

Error Scenarios

Bad Request (400)

Returned when policyId or transactionId is not a valid MongoDB ObjectId format.

Transaction Not Found (404)

Returned when the transaction does not exist under the policy, or belongs to a different upstream entity.

Unauthorized (401)

Missing or invalid authentication token. See Authentication.

Path Parameters

policyId
string
required

Unique identifier of the parent policy

Example:

"6650a1b2c3d4e5f6a7b8c9d0"

transactionId
string
required

Unique identifier of the transaction

Example:

"6650a1b2c3d4e5f6a7b8c9d1"

Response

Transaction details

data
object
required
requestId
string
required

Unique request identifier

Example:

"dev-2c5e7cf2-9acf-4c8c-ab2f-b81f39d775a8"

timestamp
string
required

Response timestamp

Example:

"2025-11-12T20:49:03.293Z"