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

# Get logs

`GET /logs`

Get all logs for the authenticated user

## Response `200`

OK

- ModelLog[]
  - `attempted_at` string
  - `created_at` string
  - `destination` string
  - `from` string
  - `id` string
  - `log_type` 'bounce' | 'disabled_alias' | 'unauthorised_send'
  - `message` string
  - `remote_mta` string
  - `status` string

## Other responses

- `400` — Bad Request

## Changes

- **2025-12-08** `f8c45e06a44e` — 1 info
  - endpoint added
- **2025-07-07** `24d4b1cd7621` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ivpn/apis/untitled-api/changes/logs/get.md)

---

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