StudioV2Execution
Retrieve a list of all Executions for the Flow.
Retrieve a list of all Executions for the Flow.
get/v2/Flows/{FlowSid}/Executions
Path parameters
FlowSidstring required
The SID of the Flow with the Execution resources to read.
Query parameters
status'active' | 'ended'
The status of the Execution. Can be: active or ended.
Only show Execution resources with the given status. Can be: active or ended.
DateCreatedFromstring date-time
Only show Execution resources starting on or after this ISO 8601 date-time, given as YYYY-MM-DDThh:mm:ss-hh:mm.
DateCreatedTostring date-time
Only show Execution resources starting before this ISO 8601 date-time, given as YYYY-MM-DDThh:mm:ss-hh:mm.
PageSizeinteger
How many resources to return in each list page. The default is 50, and the maximum is 1000.
Pageinteger
The page index. This value is simply for client state.
PageTokenstring
The page token. This is provided by the API.
Response
OK