Get OrangePro agent
orangepro_get_agentRetrieve full configuration, run history, and current status for any OrangePro agent by its ID. Use after listing agents to inspect specific agent details, timeline, and recent runs.
Instructions
Get full detail, configuration, timeline, and recent runs for a specific OrangePro agent. Use after orangepro_list_agents to inspect a particular agent. Returns agent config, run history, and current status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | The agent_id from orangepro_list_agents. | |
| tenant_id | No | OrangePro tenant id. Defaults to ORANGEPRO_TENANT_ID env var. |