catalog_get_agent_history
Retrieve the execution history of a catalog agent, including run status and counts of tables enumerated, added, updated, or removed. Confirm run completion and review changes made.
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 |