API Reference
Check Workflow Status
Check the status of a graph build/update workflow.
This endpoint polls the external graph API to check the status of an async operation.
Args: workflow_id: The workflow ID returned from build/update operations run_id: Optional run ID for the specific workflow run auth: Authentication context
Returns: Dict containing status (‘running’, ‘completed’, or ‘failed’) and optional result
GET
Headers
Path Parameters
Query Parameters
Response
200
application/json
Successful Response
The response is of type object
.