cURL
curl --request GET \ --url https://gobii.ai/api/v1/agents/browser-use/{agentId}/tasks/ \ --header 'X-Api-Key: <api-key>'
{ "count": 123, "results": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "prompt": "<string>", "output_schema": "<unknown>", "status": "pending", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "credits_cost": "<string>", "webhook": "<string>" } ], "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2" }
ViewSet for managing BrowserUseAgentTasks. Supports both agent-specific and user-wide task operations.
A page number within the paginated result set.
Number of results to return per page.
123
Show child attributes
ID of the browser-use agent to use for this task.
Optional JSON schema to define structured output from the agent
pending
in_progress
completed
failed
cancelled
Credits charged for this task; defaults to configured per‑task cost.
HTTP or HTTPS URL invoked when the task finishes.
"http://api.example.org/accounts/?page=4"
"http://api.example.org/accounts/?page=2"