---
title: "Get all browser automations for a task"
method: GET
path: "/v1/browserbase/automations/task/{taskId}"
tags: ["Browserbase"]
---

# Get all browser automations for a task

`GET /v1/browserbase/automations/task/{taskId}`

## Path parameters

- `taskId` string, required

## Response `200`

List of automations

- BrowserAutomationResponseDto[]
  - `id` string, required
  - `name` string, required
  - `description` string
  - `taskId` string, required
  - `targetUrl` string, required
  - `instruction` string, required
  - `isEnabled` boolean, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Changes

- **2026-04-29** `36253e8a5c1b` — 1 warning
  - removed the optional property `items/schedule` from the response with the `200` status

[Change history](https://skmtc.dev/trycompai/apis/comp-ai-api/changes/v1/browserbase/automations/task/:taskId/get.md)

---

[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/9dbc609fc132/schema)
