Other
Check Job Status
Check the status of an async job using its request ID
GET
Authentication
RequiresX-Agent-ID header with your wallet address. You must be the owner of the job to access its status.
Path Parameters
The request ID returned from a tool invocation (e.g.,
req_xyz789)Response
The job’s unique identifier
Current job status:
pending, processing, completed, or failedThe tool that was invoked (e.g.,
email, research)Job result data (present when status is
completed)Error message (present when status is
failed)When the job was created
When the job was last updated
Email-specific tracking data (for email jobs only)
Notes
- Jobs are retained for 30 days
- You can only access jobs you own (verified by wallet address)
- For async tools like email and research, poll this endpoint to get results