---
title: "GET /apikeys"
method: GET
path: "/apikeys"
tags: ["apikeys"]
---

# GET /apikeys

`GET /apikeys`

## Query parameters

- `id` string, bigint
- `created_at` string, timestamp with time zone
- `user_id` string, uuid
- `key` string, uuid
- `mode` string, public.key_mode
- `updated_at` string, timestamp with time zone
- `name` string, character varying
- `select` string
- `order` string
- `offset` string
- `limit` string

## Headers

- `Range` string
- `Range-Unit` string
- `Prefer` 'count=none'

## Response `200`

OK

- Apikeys[]
  - `id` integer, required — Note: This is a Primary Key.<pk/>
  - `created_at` string, timestamp with time zone
  - `user_id` string, uuid, required
  - `key` string, uuid, required
  - `mode` 'read' | 'write' | 'all' | 'upload', public.key_mode, required
  - `updated_at` string, timestamp with time zone
  - `name` string, character varying, required

## Other responses

- `206` — Partial Content

---

[API](https://skmtc.net/revent-app/apis/standard-public-schema.md) · [All operations](https://skmtc.net/revent-app/apis/standard-public-schema/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revent-app/standard-public-schema/revisions/90ce877204f2/schema)
