Last updated 1 month ago
For more information on browser requests, .
The following endpoint allows you to query browser request for your account by ID.
This endpoint retrieves a browser request by its ID.
The unique identifier of the browser request to retrieve.
The unique identifiers of the browser request to retrieve.
GET /v1/browser/requests/{id} HTTP/1.1 Host: api.gaffa.dev X-API-Key: YOUR_API_KEY Accept: */*
The browser request
{ "id": "text", "url": "text", "proxy_location": "text", "state": "text", "credit_usage": 1, "error": "text", "error_reason": "text", "actual_url": "text", "http_status_code": 100, "from_cache": true, "started_at": "2025-04-26T07:38:09.738Z", "completed_at": "2025-04-26T07:38:09.738Z", "running_time": "text", "page_load_time": "text", "actions": [ { "id": "text", "type": "text", "query": "text", "custom_id": "text", "timestamp": "2025-04-26T07:38:09.738Z", "output": "text", "error": "text" } ], "video": "text" }