v1

latestOpenAPI 3.1.02026-08-062951103.4 KB
flows

Retrieve a flow

get/flows/{id}

Path parameters

idstring required

Flow ID to retrieve

Response

OK

idstring required
namestring required
created_atstring date-time required
updated_atstring date-time required

Example response

{
  "id": "flow_3Aree3otQWV2qXhFiehIIQpA",
  "name": "Default"
}