Signal
Queries the runs spawned by a signal.
get/signal/{signalId}/run
Path parameters
signalIdstring required
The id of the signal whose runs to query.
Query parameters
pageinteger
The 1-based page index.
page_sizeinteger
The number of items per page.
sortstring[]
Sort fields. Prefix with - for descending order (e.g. -created_at).
Filter by status.
Filter by trigger_source.
Filter by started_at.
Filter by completed_at.
Filter by audience_job_id.
logic'and' | 'or'
How to combine the field filters: "and" (default) requires every filter to match, "or" requires any of them to match.
Response
OK
Changes
Changed in 1 of the 7 revisions of this API.1
- ○
the security scope
apiwas added to the endpoint's security schemeOpenIdConnectapi-security-scope-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○