catalog_get_agent_history
Retrieve execution history of a catalog agent's runs to verify completion and see metadata changes like tables added or removed.
Instructions
Get the execution history of a catalog agent's runs.
Each record reports a run's status and how much metadata it populated
(tables enumerated/added/updated/removed), so you can confirm a run started
by catalog_run_agent finished and what it changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum run records to return (default 20). | |
| start | No | Offset of the first record (default 0). | |
| agent_id | Yes | ID of the agent (see catalog_list_agents). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |