---
title: "Get workspace request history"
method: GET
path: "/v1/workspace/requests"
tags: ["Workspace Config"]
---

# Get workspace request history

`GET /v1/workspace/requests`

Returns the last 30 days of API requests for the workspace resolved from the API key, newest first, cursor-paginated.

## Query parameters

- `limit` string
- `cursor` string

## Response `200`

- WorkspaceRequestsDto
  - `requests` RequestHistoryItemDto[], required
    - `timestamp` string, required
    - `method` string, required
    - `route` string, required
    - `status` number, required
    - `credits` number, required
    - `api_key` string, nullable, required
  - `next_cursor` string, nullable, required — Cursor for the next page; null when there are no more rows

---

[API](https://skmtc.net/range/apis/range-platform-api.md) · [All operations](https://skmtc.net/range/apis/range-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/range/range-platform-api/revisions/9926df2e476d/schema)
