List Scenario Runs
Retrieve execution records of your scenarios - useful for debugging webhook subscriptions: see whether the event fired, whether the conditions matched (conditionsResult), whether the webhook request succeeded (success), and per-step timings and errors.
Required token scopes: View scenarios runs
הרשאות
API token generated in Texter: gear icon → Developers → API Tokens. When creating a token, assign it the scopes required by the endpoints you plan to call - each endpoint lists its required scopes.
פרמטרי שאילתה
Filter runs of a specific scenario (subscription)
Filter by revision version (1-100000)
^[0-9]+$Filter by run success
true, false Filter by overall conditions result
true, false Sort by start time
asc, desc Sort by execution time
asc, desc Maximum results to return (1-10000)
^[0-9]+$Results to skip (0-1000000)
^[0-9]+$תגובה
The matching runs and total count. Field-by-field reference: The Scenario Run object