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

Changes

Changed in 6 of the 50 revisions of this API.35

    • added the new optional query request parameter status

      new-optional-request-parameter

    • added the optional property executions/items/initiated_by to the response with the 200 status

      response-optional-property-added

    • added the optional property executions/items/contact_sid to the response with the 200 status

      response-optional-property-added

    • added the optional property executions/items/flow_version to the response with the 200 status

      response-optional-property-added

    • the executions/items/context response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • the executions/items/context response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • for the query request parameter PageSize, the type/format was changed from integer/ to integer/int64

      request-parameter-type-changed

    • api tag StudioV2Execution added

      api-tag-added