Stop a browser session and get billing summary
Stop an active browser session. Returns the billing summary with total duration and credits charged.Documentation Index
Fetch the complete documentation index at: https://docs.reader.dev/llms.txt
Use this file to discover all available pages before exploring further.
| Header | Required | Description |
|---|---|---|
x-api-key | Yes | Your API key |
| Parameter | Type | Description |
|---|---|---|
id | string | Session ID |
| Field | Description |
|---|---|
sessionId | Session that was stopped |
status | Always "stopped" |
durationMs | How long the session was active in milliseconds |
creditsCharged | Total credits charged for this session |
| Code | Status | Description |
|---|---|---|
session_not_found | 404 | Session does not exist or belongs to another workspace |
session_expired | 410 | Session already stopped or expired |
session.stopped webhook event is fired with the billing summary.