agent-status
Poll agent job status to track progress and retrieve logs or artifacts. Monitor Job Hunter and B2B Sales tasks to check completion or identify jobs awaiting user input.
Instructions
Poll the status of a running agent job to check progress, completion, or if it is awaiting input. Returns status, logs, and artifacts when available. Use this after calling job-hunter-run or b2b-sales-run to monitor the asynchronous job. When status is awaiting_input, use agent-interact to respond. Read-only, no side effects. Requires scope: jobs:read or sales:read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agentType | Yes | Agent type | |
| jobId | Yes | Job ID returned from a generate call | |
| include | No | Data to include. Defaults to both logs and artifacts. Omit for lightweight status checks. |