---
title: "Get Invocation Logs"
method: GET
path: "/v1/functions/invocations/{id}/logs"
---

# Get Invocation Logs

`GET /v1/functions/invocations/{id}/logs`

## Path parameters

- `id` string, uuid, required

## Response `200`

The request has succeeded.

- object
  - `logs` InvocationLog[], required
    - `message` string, required
    - `timestamp` number, required
  - `total` integer, required

## Changes

- **2026-04-06** `921d3c61c7aa` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/browserbase/apis/browserbase-api/changes/v1/functions/invocations/:id/logs/get.md)

---

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