---
title: "List profiles"
method: GET
path: "/profiles"
tags: ["Profiles"]
---

# List profiles

`GET /profiles`

List profiles with optional filtering and pagination.

## Query parameters

- `limit` integer
- `offset` integer
- `query` string
- `name` string

## Response `200`

List of profiles

- Profile[]
  - `id` string, required — Unique identifier for the profile
  - `name` string, nullable — Optional, easier-to-reference name for the profile
  - `created_at` string, date-time, required — Timestamp when the profile was created
  - `updated_at` string, date-time — Timestamp when the profile was last updated
  - `last_used_at` string, date-time — Timestamp when the profile was last used

## Other responses

- `400` — Bad Request – invalid input
- `401` — Unauthorized – missing or invalid authorization token
- `500` — Internal Server Error

---

[API](https://skmtc.net/kernel/apis/kernel-api.md) · [All operations](https://skmtc.net/kernel/apis/kernel-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kernel/kernel-api/versions/9e8ce9fcf5e1/schema)
