get_assistant_status
Check the status of an assistant generation run by providing a run ID or retrieve the latest unacknowledged run for a project.
Instructions
Check the status of an assistant generation run. If run_id is provided, looks up that specific run (use this after a send_prompt over HTTP). Otherwise returns the latest unacknowledged run for the project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| run_id | No | Run id returned by send_prompt on the HTTP transport. Omit to fetch the latest active run for the project. |