- Sync
- Async
Parameters
graph_name(str): Name of the graph to checkfolder_name(str, optional): Optional folder name for scopingend_user_id(str, optional): Optional end user ID for scoping
Returns
Dict[str, Any]: Status information containing status, pipeline_stage (if processing), and other metadata
Examples
- Sync
- Async
Notes
- This is a lightweight endpoint that examines local status metadata and augments it with remote pipeline details when available.
- Use this to monitor graph creation or update progress.
- For polling until completion, consider using
wait_for_graph_completioninstead.

