---
title: "GET /logs"
method: GET
path: "/logs"
tags: ["Logs"]
---

# GET /logs

`GET /logs`

## Query parameters

- `entity_type` string, nullable
- `entity_id` string, nullable
- `start_date` string, date-time, nullable
- `end_date` string, date-time, nullable
- `page` integer, nullable
- `start` string, nullable
- `size` integer, nullable

## Response `200`

Success

- LogPaginatedList
  - `pagination` Pagination
    - `total_items` integer, nullable
    - `page_number` integer, nullable
    - `page_size` integer, nullable
    - `total_pages` integer, nullable
    - `after` string, nullable
    - `next` string, nullable
  - `data` Log[], nullable
    - `id` string, nullable
    - `tenant_id` string, uuid
    - `actor_id` string, uuid, nullable
    - `actor_type` string, nullable
    - `entity_type` string, nullable
    - `entity_id` string, nullable
    - `operation` string, nullable
    - `message` string, nullable
    - `created_at` string, date-time, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/basistheory/apis/basis-theory-api.md) · [All operations](https://skmtc.net/basistheory/apis/basis-theory-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/basistheory/basis-theory-api/revisions/cbb8e098b560/schema)
