---
title: "Get Logs"
method: GET
path: "/api/workflows/logs/{task_id}"
---

# Get Logs

`GET /api/workflows/logs/{task_id}`

## Path parameters

- `task_id` string, required

## Query parameters

- `position` integer

## Response `200`

Successful Response

- WorkflowLogsResponse
  - `logs` string[], required
  - `position` integer, required
  - `log_position` integer, required
  - `status` string, required
  - `result` object[], nullable
  - `error` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/browser-use/apis/workflow-execution-service.md) · [All operations](https://skmtc.dev/browser-use/apis/workflow-execution-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/browser-use/workflow-execution-service/revisions/83abf377c07c/schema)
