Retrieve the details, version info, and input schema of a specific workflow.
Returns full details for a single workflow, including its input schema if the workflow has been published.Documentation Index
Fetch the complete documentation index at: https://slatehq.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
_id value returned by the List Workflows endpoint.Bearer slat_<your-token>.200 OK with the workflow details.
draft, published.0 if no version has been published.| Status | Description |
|---|---|
200 | Workflow found. Returns the full workflow details. |
401 | Missing or invalid Bearer token. See Authentication. |
404 | Workflow not found. The ID does not exist or does not belong to this workspace. |
500 | Internal server error. |