List participant redemptions
Redemptions
List participant redemptions
List redemptions for a participant.
GET
List participant redemptions
Lists all redemptions for a participant, including both raw redemptions and catalog redemptions. Filter byDocumentation Index
Fetch the complete documentation index at: https://docs.scrip.dev/llms.txt
Use this file to discover all available pages before exploring further.
status or reward_catalog_item_id, and use from / to to scope results to a time window. Results are ordered by creation time, most recent first.
Each entry contains the redemption ID, asset, amount, status, and for catalog redemptions, the reward_id and quantity.
For usage patterns and examples, see the Redemptions guide.
Authorizations
API key passed in the X-API-Key header.
Path Parameters
Participant ID
Query Parameters
Maximum number of results (default 50, max 200)
Required range:
x >= 1Pagination cursor from previous response
Filter by redemption status
Available options:
COMPLETED, PARTIALLY_REVERSED, FULLY_REVERSED Filter by reward catalog item ID
Start of time window (RFC 3339)
End of time window (RFC 3339)