Changes to Retrieve a list of all Executions for the Flow.

GET /v2/Flows/{FlowSid}/Executions

Every recorded change to this endpoint, newest first. Back to the operation

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

  1. v2c52cffd904252
  2. v2cbcd359438902
  3. v288ca5d3cb0bb1
  4. v2d6e7767d27a51
  5. v2768ec45212801
  6. v2531843bd1ac81

What changed

    • 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