Get Workflows
curl --request GET \
--url https://app.dograh.com/api/v1/workflow/fetch[
{
"id": 123,
"name": "<string>",
"status": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"total_runs": 123,
"folder_id": 123,
"workflow_uuid": "<string>"
}
]Agents
List Agents
Retrieve all agents in your organization
GET
/
api
/
v1
/
workflow
/
fetch
Get Workflows
curl --request GET \
--url https://app.dograh.com/api/v1/workflow/fetch[
{
"id": 123,
"name": "<string>",
"status": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"total_runs": 123,
"folder_id": 123,
"workflow_uuid": "<string>"
}
]Returns all agents (workflows) in your organization, including both active and archived. Each item includes summary fields — use Get an agent to retrieve the full workflow definition.Documentation Index
Fetch the complete documentation index at: https://docs.dograh.com/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Filter by status - can be single value (active/archived) or comma-separated (active,archived)
⌘I