v1

latestOpenAPI 3.1.02026-07-26194149.1 KB
Browsing

Get Agent Run Status

Returns the current status (queued, running, succeeded, failed) and any results if completed.

get/v1/browsing/tasks/{id}

Path parameters

idstring required

Response

Successful Response

task_idstring required

Unique identifier for this browsing task

view_urlstring required
status'queued' | 'running' | 'succeeded' | 'failed' required
resultstring nullable
pausedboolean nullable
structured_output_status'not_requested' | 'pending' | 'succeeded' | 'failed' nullable

Whether structured output was requested, is still pending, succeeded, or failed

webhook_urlstring nullable

Echoes the webhook URL configured for this agent.run request, if provided.

rejection_reason'insufficient_prepaid_balance' | 'budget_exceeded' | 'subscription_inactive'