---
title: "GET /v1/api-keys/requests"
method: GET
path: "/v1/api-keys/requests"
---

# GET /v1/api-keys/requests

`GET /v1/api-keys/requests`

List recent API request audit logs for the current organization

## Query parameters

- `limit` integer
- `offset` integer
- `serviceAccountId` string
- `apiKeyId` string

## Response `200`

OK

- ListAPIRequestAuditsSuccessResponse
  - `code` integer
  - `data` PaginatedDataAPIRequestAudit
    - `hasMore` boolean
    - `items` APIRequestAudit[]
      - `apiKeyId` string
      - `clientIp` string
      - `createdAt` string
      - `durationMs` integer
      - `id` string
      - `method` string
      - `organizationId` string
      - `path` string
      - `principalId` string
      - `principalType` string
      - `requestId` string
      - `routePattern` string
      - `serviceAccountId` string
      - `statusCode` integer
      - `userAgent` string
      - `userId` string
    - `limit` integer
    - `offset` integer
  - `message` string
  - `requestId` string

## Other responses

- `400` — Bad Request

---

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