Retrieve a list of all Executions for the Flow.
Retrieve a list of all Executions for the Flow.
Path parameters
The SID of the Flow with the Execution resources to read.
Query parameters
The status of the Execution. Can be: active or ended.
Only show Execution resources with the given status. Can be: active or ended.
Only show Execution resources starting on or after this ISO 8601 date-time, given as YYYY-MM-DDThh:mm:ss-hh:mm.
Only show Execution resources starting before this ISO 8601 date-time, given as YYYY-MM-DDThh:mm:ss-hh:mm.
How many resources to return in each list page. The default is 50, and the maximum is 1000.
The page index. This value is simply for client state.
The page token. This is provided by the API.
Response
OK
Changes
Changed in 6 of the 50 revisions of this API.35
- ○
added the new optional
queryrequest parameterstatusnew-optional-request-parameter
- ○
added the optional property
executions/items/initiated_byto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
executions/items/contact_sidto the response with the200statusresponse-optional-property-added
- ○
added the optional property
executions/items/flow_versionto the response with the200statusresponse-optional-property-added
- ○
- ▲
the
executions/items/contextresponse's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
- ▲
the
executions/items/contextresponse's property type/format changed from/toobject/for status200response-property-type-changed
- ▲
- ▲
for the
queryrequest parameterPageSize, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ▲
- ○
api tag
StudioV2Executionaddedapi-tag-added
- ○