---
title: "Get a specific run by ID"
method: GET
path: "/v1/browserbase/runs/{runId}"
tags: ["Browserbase"]
---

# Get a specific run by ID

`GET /v1/browserbase/runs/{runId}`

## Path parameters

- `runId` string, required

## Response `200`

Run details

- BrowserAutomationRunResponseDto
  - `id` string, required
  - `automationId` string, required
  - `status` string, required
  - `startedAt` string, date-time
  - `completedAt` string, date-time
  - `durationMs` number
  - `screenshotUrl` string
  - `error` string
  - `createdAt` string, date-time, required

---

[API](https://skmtc.dev/trycompai/apis/comp-ai-api.md) · [All operations](https://skmtc.dev/trycompai/apis/comp-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trycompai/comp-ai-api/revisions/ef13f9ae48ef/schema)
