GET
/
results
/
{session_id}
curl --request GET \
  --url https://browser.ai/api/v1/results/{session_id} \
  --header 'Authorization: <api-key>'
{
  "executionId": "<string>",
  "status": "<string>",
  "started": "2023-11-07T05:31:56Z",
  "completed": "2023-11-07T05:31:56Z",
  "results": [
    {
      "model_output": "<string>",
      "result": "<string>",
      "state": "<string>",
      "metadata": {},
      "history_index": 123,
      "screenshot_url": "<string>",
      "html_url": "<string>",
      "console_url": "<string>",
      "insert_ts": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Insert API token, use the format: apikey <API-TOKEN>

Path Parameters

session_id
string
required

Insert your task’s session ID located in your Projects dashboard.

Response

200
application/json
Task results
executionId
string
status
string
started
string
completed
string
results
object[]