cURL
curl --request GET \ --url https://app.dograh.com/api/v1/workflow/fetch/{workflow_id}
{ "id": 123, "name": "<string>", "status": "<string>", "created_at": "2023-11-07T05:31:56Z", "workflow_definition": {}, "current_definition_id": 123, "template_context_variables": {}, "call_disposition_codes": {}, "total_runs": 123, "workflow_configurations": {} }
Retrieve a single agent by ID, including its full workflow definition
workflow_definition
template_context_variables
workflow_configurations
Successful Response