---
title: "Fetch API Logs for a Player"
method: GET
path: "/admin/logs/api/{player}"
tags: ["Admin", "Logs"]
---

# Fetch API Logs for a Player

`GET /admin/logs/api/{player}`

Retrieves recent API game logs for a specified player UUID, with optional time interval filtering.

## Path parameters

- `player` string, required

## Headers

- `ts` string

## Response `200`

Successfully retrieved API logs

- TypesPapihRecentGames[]
  - `date_time_ms` string
  - `ended` string
  - `game_map` string
  - `game_mode` string
  - `game_type` string
  - `player_uuid` string
  - `started` string

## Other responses

- `400` — Bad request, e.g., invalid player UUID or time interval format
- `500` — Internal server error

---

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