Get all scenarios
Retrieve a paginated list of scenarios for the authenticated user’s organization and project.
Authorizations
JWT Bearer Token for authentication
Query Parameters
Project identifier
Filter criteria for searching scenarios
Number of items to return per page
1 <= x <= 100Number of items to skip
x >= 0Sort order (e.g., 'name:asc', 'createdAt:desc')
Pagination cursor for next page
Pagination cursor for previous page
When true, each scenario in the response is enriched with the nextScheduledRun of its soonest upcoming enabled schedule (or null if no upcoming schedule exists). Any value other than the literal true is treated as false and the field is omitted.