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
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.