---
title: "Get the audit logs for the account"
method: GET
path: "/account/logs"
tags: ["account"]
deprecated: true
---

# Get the audit logs for the account

`GET /account/logs`

> **Deprecated.**

this gets the logs for the account and if the account is owned by an admin user then it retrieves the logs for everyone. maybe that's too much

## Query parameters

- `q` string
- `created` integer
- `updated` integer
- `offset` integer
- `limit` integer

## Response `200`

successful retrieval of logs

- AccountAuditLog — Activity performed by the account

## Other responses

- `400` — Server cannot execute request due to something that is perceived to be a client error
- `401` — Unauthenticated, no token is provided or token is invalid
- `403` — Access is forbidden
- `404` — The specified resource was not found
- `500` — Internal server error

---

[API](https://skmtc.net/anaconda/apis/anaconda-server-api.md) · [All operations](https://skmtc.net/anaconda/apis/anaconda-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anaconda/anaconda-server-api/revisions/6aef0cb7a151/schema)
