flows
Find Flow by ID
Returns a single Flow by its ID, if the user is authorized to see it.
get/flows/{id}
Path parameters
idstring string required
ID of flow to return
Response
Returns the flow
Example response
{
"data": {
"name": "My Flow",
"description": "My Flow"
}
}