- Sync
- Async
Parameters
graph_name(str): Name of the graph to checkfolder_name(str | List[str], optional): Optional folder scope (canonical path or list of paths/names)folder_depth(int, optional): Folder scope depth.None/0= exact match,-1= include all descendants,n > 0= include descendants up tonlevels deep.end_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.

