latestOpenAPI 3.0.02026-08-0819201.1 MB

411f9f98c01e

snapshots

Lists all snapshots for all steps in specified flow.

You have to be a member of the workspace’s scope, where the specified flow is located

get/flows/{flow_id}/snapshots

Path parameters

flow_idstring required

Flow identifier

Response

OK

metaobject required

Example response

{
  "data": [
    {
      "id": "step_1",
      "links": {
        "self": "/v2/flows/5b4f337bff4304610483ba67/snapshots/step_1"
      }
    }
  ]
}