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
Example response
{
"data": {
"id": "step_1",
"links": {
"self": "/v2/flows/5b4f337bff4304610483ba67/snapshots/step_1"
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.