Skip to main content
GET
Get Decisions By Id

Authorizations

X-API-Key
string
header
required

Query Parameters

id
string[]
required

Filter by the decision's ID. Up to 50 IDs per request.

Required array length: 1 - 50 elements

Response

A list of decisions matching the requested IDs.

Schema for paginated decisions details response.

items
DecisionsRead · object[]
required

The list of items returned in the response following given criteria.

size
integer
required

The number of items returned in the response.

next_cursor
string | null
required

The cursor for retrieving the next page of results.

total_count
TotalCount · object | null

Total result count (capped at 10,000). Present on first-page responses when include_count=true. null if the count query timed out.