Get Browser Session
GET /v1/browser/sessions/{session_id}
Get browser session information
Parameters
Name | Type | Required | Description |
---|---|---|---|
session_id | string | Yes | |
X-API-Key | string | No |
Responses
200
Successful Response
{
"$ref": "#/components/schemas/BrowserSessionResponse"
}
422
Validation Error
{
"$ref": "#/components/schemas/HTTPValidationError"
}