Get Session

Get session details. Use this to poll for task completion and output.

Authentication

X-Browser-Use-API-Keystring
API Key authentication via header

Path parameters

session_idstringRequiredformat: "uuid"

Response

Successful Response
idstringformat: "uuid"
statusenum
modelenum
Allowed values:
createdAtdatetime
updatedAtdatetime
titlestring or null
liveUrlstring or null
profileIdstring or nullformat: "uuid"
proxyCountryCodeenum or null
maxCostUsdstring or nullformat: "^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$"
totalInputTokensinteger or nullDefaults to 0
totalOutputTokensinteger or nullDefaults to 0
proxyUsedMbstring or nullformat: "^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$"Defaults to 0
llmCostUsdstring or nullformat: "^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$"Defaults to 0
proxyCostUsdstring or nullformat: "^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$"Defaults to 0
totalCostUsdstring or nullformat: "^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$"Defaults to 0

Errors