get_run
Retrieve a run record by its unique identifier. Returns the run details or None if no run matches the provided ID.
Instructions
Return one run record by its run_id, or None when the pool holds no such run.
A safe probe, mirroring get_agent: returns None rather than raising when the id is
absent, so an orchestrating agent can check existence without handling an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | Identifier for one invocation of a pooled agent — a lowercase-hex UUID minted per run, distinct from the session UUID: a run is a single dispatch, a session is the resumable conversation a run continues. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |