cURL
curl --request GET \ --url https://api.browser.tinyfish.ai/v1/browser/usage \ --header 'X-API-Key: <api-key>'
{ "items": [ { "session_id": "tf-a1b2c3d4-e5f6-7890-abcd-ef1234567890", "user_id": "cus_abc123", "sub_user_id": "user_abc123", "mode": "tf-browser", "start_time": "2026-03-18T16:18:35Z", "end_time": "2026-03-18T16:28:36Z", "duration_ms": 600543, "proxy_trg_rx_bytes": 38006, "proxy_trg_tx_bytes": 952337, "status": "ended", "created_at": "2026-03-18T16:18:12Z", "updated_at": "2026-03-18T16:28:36Z" } ], "total": 1, "limit": 100, "page": 1, "total_pages": 1, "has_more": false }
List Tetra browser session usage for the authenticated user. Returns session telemetry including duration, data transfer, mode, and status.
API key for authentication. Get your key from the API Keys page.
running
ended
1 <= x <= 1000
x >= 1
Browser usage retrieved successfully.
Paginated browser usage response
Show child attributes
Was this page helpful?