Skip to main content
GET
cURL
Returns the transactions linked to a policy, paginated. The policy must belong to the authenticated upstream entity.

Path Parameters

Query Parameters

Response Shape

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

Response Fields

Error Scenarios

Bad Request (400)

Returned when policyId is malformed or a query parameter is out of range.

Parent Policy Not Found (404)

Returned when policyId does not exist 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"

Query Parameters

page
number
default:1

1-based page number

Example:

1

limit
number
default:50

Page size (max 100)

Example:

50

Response

Paginated transactions for the policy

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"