Sample - Stripe API
GET/v1/sigma/scheduled_query_runs

List scheduled query runs

Lists scheduled query runs generated by Sigma scheduled queries. Use cursor parameters to move forward or backward through the collection and limit to control the page size. Each result identifies the query, its execution status, data snapshot time, and result availability period.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

4 parameters
ending_beforestringoptional
A cursor identifying the scheduled query run before which to retrieve the previous page.
expandarray<string>optional
Fields to expand in each response object; each field name must not exceed 5,000 characters.
limitintegeroptional
The number of scheduled query runs to return. Must be between 1 and 100 and defaults to 10 when omitted.
starting_afterstringoptional
A cursor identifying the scheduled query run after which to retrieve the next page.

2 status codes
200Returns a list object containing scheduled query run objects, a `has_more` indicator, the list object type, and the collection URL.
dataarray<ScheduledQuery>required
has_morebooleanrequired
True if this list has another page of items after this one that can be fetched.
objectstringrequired
String representing the object's type. Objects of the same type share the same value. Always has the value `list`.
Allowed:list
urlstringrequired
The URL where this list can be accessed.
defaultError response.
errorobjectrequired

Error handling

limit must be between 1 and 100 and defaults to 10 when omitted. When supplied, starting_after and ending_before must identify scheduled query runs, and each expand value must not exceed 5,000 characters.