ateam_get_execution_logs
Get execution logs for a solution — recent jobs with step traces, tool calls, errors, and timing. Essential for debugging what actually happened during skill execution. (Advanced.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max jobs to return (default: 10, max: 50) | |
| job_id | No | Optional: get detailed trace for a specific job ID | |
| actor_id | No | The actor whose job this is. REQUIRED for per-job detail: a job belongs to an actor and Core refuses the detail endpoint without one (the list form does not check). Use the same actor_id you passed to ateam_conversation. | |
| chain_id | No | The CHAIN id — what ateam_conversation returns and ateam_chain_status takes. Prefer this: it is the id you actually hold. Resolved to the underlying job for you. | |
| skill_id | No | Optional: filter logs to a specific skill | |
| solution_id | Yes | The solution ID |