Skip to main content
GET
List emissions pending maker-checker approval

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Headers

Authorization
string

Bearer JWT token.

Query Parameters

limit
integer<int64>
default:50

Page size (default 50, max 100).

Required range: 1 <= x <= 100
cursor
string

Opaque pagination cursor from a previous response.

Response

OK

correlationId
string
required

Request-scoped correlation identifier echoing X-Request-ID.

Example:

"req-7a3f9c2e"

items
object[] | null
required

Emissions parked in PENDING_APPROVAL, newest first.

limit
integer<int64>
required

Page size applied to this response (max items returned).

Example:

50

nextCursor
string

Opaque cursor for the next page; absent when exhausted. Presence signals more results, absence signals end-of-list.