latestOpenAPI 3.0.02026-08-0819201.1 MB

411f9f98c01e

snapshots

Returns snapshot for the specified step in the defined flow.

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

get/flows/{flow_id}/snapshots/{step_id}

Path parameters

flow_idstring required

Flow identifier

step_idstring required

Step identifier

Response

OK

metaobject required

Example response

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