Workflows
Get Workflows by ID
Retrieves a single workflow record by ID. Requires both JWT and x-api-key.
GET
Headers
Your API key. This is required by most endpoints to access the API programmatically. You can view your x-api-key using the 'Profile' tab on the website.
Bearer token for authentication (JWT).
Path Parameters
The UUID of the workflow you want to retrieve.
Response
200
application/json
Workflow retrieved successfully.
A JSON object representing the found workflow.