Graph
Get Graph Status
Lightweight endpoint to check graph status with automatic status synchronization.
This endpoint is designed for polling during graph creation/update operations. For MorphikGraphService backends, it synchronizes the local graph status with the remote service status automatically.
Args: name: Name of the graph to check auth: Authentication context folder_name: Optional folder to scope the operation to end_user_id: Optional end-user ID to scope the operation to
Returns: Dict containing:
- status: Current status (processing, completed, failed)
- message: Optional status message
- error: Error details if status is failed
- created_at: Creation timestamp
- updated_at: Last update timestamp
- node_count: Number of nodes (if available)
- edge_count: Number of edges (if available)
GET
JavaScript
Headers
Path Parameters
Response
200
application/json
Successful Response
The response is of type object
.
JavaScript