curl "https://agent.usedari.com/task/my-org/contact_form/status?job_id=550e8400-e29b-41d4-a716-446655440000" \ -H "X-API-Key: YOUR_API_KEY"
{ "job_id": "550e8400-e29b-41d4-a716-446655440000", "portal_id": "my-org/contact_form", "status": "running", "browser_url": "https://hyperbrowser.ai/view/abc123", "current_step": "Filling email field", "events": [ { "event_type": "started", "message": "Job started", "data": {}, "timestamp": "2025-01-15T10:30:00Z" }, { "event_type": "step_completed", "message": "Filled first name", "data": {"step": "firstName"}, "timestamp": "2025-01-15T10:30:15Z" } ], "result": null, "final_result": null, "error": null, "downloads_link": null, "video_recording_url": null, "log_url": null, "total_cost_usd": 0.12, "created_at": "2025-01-15T10:30:00Z", "updated_at": "2025-01-15T10:30:15Z" }
Get the current status and results of a job
pending
running
paused
completed
failed
Show Event Fields
started
step_started
step_completed
error
output_schema