---
title: "List applications"
method: GET
path: "/applications"
tags: ["Applications"]
---

# List applications

`GET /applications`

Retrieve a list of all applications accessible to the authenticated user

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Successful response

- object
  - `data` Application[]
    - `id` string, uuid — Unique identifier for the application
    - `name` string — Application name
    - `description` string — Application description
    - `template` string — Template used for the application
    - `created_at` string, date-time — Creation timestamp
    - `updated_at` string, date-time — Last update timestamp
    - `status` 'draft' | 'published' | 'archived' — Application status
  - `pagination` Pagination
    - `limit` integer — Number of items per page
    - `offset` integer — Number of items skipped
    - `total` integer — Total number of items

## Other responses

- `401` — Unauthorized

---

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