List rewards
Rewards
List rewards
List rewards for a program.
GET
List rewards
Returns all rewards in a program’s catalog. Archived rewards are excluded by default; passDocumentation Index
Fetch the complete documentation index at: https://docs.scrip.dev/llms.txt
Use this file to discover all available pages before exploring further.
include_archived=true to include them. Filter by status, use search to find rewards by name, and sort_by / sort_dir to control ordering.
For usage patterns and examples, see the Rewards Catalog guide.
Authorizations
API key passed in the X-API-Key header.
Path Parameters
Program ID
Query Parameters
Filter by reward status
Available options:
DRAFT, ACTIVE, OUT_OF_STOCK, ARCHIVED Include archived rewards in results
Search by reward name (partial match)
Sort field
Available options:
created_at, name Sort direction
Available options:
asc, desc Maximum number of results (default 50, max 200)
Required range:
x >= 1Pagination cursor from previous response