{ "operationId": "getCompleteGraphs", "method": "GET", "path": "/api/v2/databases/{database}/schemas/{schema}/tasks/{name}/complete-graphs", "summary": "Get the Graph Runs That Are Completed for the Task.", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Getcompletegraphs200Example", "example": [ { "root_task_name": "example_value", "database_name": "example_value", "schema_name": "example_value", "state": "SCHEDULED", "first_error_task_name": "example_value", "first_error_code": 10, "first_error_message": "example_value", "scheduled_time": "2026-01-15T10:30:00Z", "query_start_time": "2026-01-15T10:30:00Z", "next_scheduled_time": "2026-01-15T10:30:00Z", "completed_time": "2026-01-15T10:30:00Z", "root_task_id": "500123", "graph_version": 10, "run_id": "500123" } ] } ] }