List Workflows
Management API 🔧
List Workflows
List all workflows for your organization
GET
List Workflows
Documentation Index
Fetch the complete documentation index at: https://sc-docs.deepidv.com/llms.txt
Use this file to discover all available pages before exploring further.
Request
Headers
| Header | Required | Description |
|---|---|---|
x-api-key | Yes | Your API key |
Example request
Response
200 — Success
| Field | Type | Description |
|---|---|---|
workflows | array | Array of workflow summary objects |
workflows[].id | string | Unique workflow identifier |
workflows[].name | string | Workflow name |
workflows[].created_at | string | ISO 8601 creation timestamp |
Error responses
| Status | Description |
|---|---|
401 Unauthorized | Missing or invalid API key |
429 Too Many Requests | Rate limit exceeded |
