cURL
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 } ]
Retrieve all agents in your organization
Filter by status - can be single value (active/archived) or comma-separated (active,archived)
Successful Response