Run IDs
A run ID identifies a single execution of an agent or workflow. It groups together all function calls and human contacts made during that execution.Call IDs
Each individual function call or human contact gets a unique call ID. This ID is used to:- Track the status of the request
- Fetch updates about approval/response
- Match responses back to the original request
Usage in Approvals
When usingrequire_approval
or human_as_tool
, the IDs are used to track the request through the approval process: