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

# GET /applications

`GET /applications`

## Query parameters

- `id` string[], nullable
- `type` string[], nullable
- `page` integer, nullable
- `start` string, nullable
- `size` integer, nullable

## Response `200`

Success

- ApplicationPaginatedList
  - `pagination` Pagination
    - `total_items` integer, nullable
    - `page_number` integer, nullable
    - `page_size` integer, nullable
    - `total_pages` integer, nullable
    - `after` string, nullable
    - `next` string, nullable
  - `data` Application[], nullable
    - `id` string, uuid
    - `tenant_id` string, uuid
    - `name` string, nullable
    - `key` string, nullable
    - `keys` ApplicationKey[], nullable
      - `id` string, uuid
      - `key` string, nullable
      - `version` string, nullable
      - `created_by` string, uuid, nullable
      - `created_at` string, date-time, nullable
    - `type` string, nullable
    - `created_by` string, uuid, nullable
    - `created_at` string, date-time, nullable
    - `modified_by` string, uuid, nullable
    - `modified_at` string, date-time, nullable
    - `permissions` string[], nullable
    - `rules` AccessRule[], nullable
      - `description` string, nullable
      - `priority` integer, nullable
      - `container` string, nullable
      - `transform` string, nullable
      - `conditions` Condition[], nullable
        - `attribute` string, nullable
        - `operator` string, nullable
        - `value` string, nullable
      - `permissions` string[], nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/basistheory/apis/basis-theory-api.md) · [All operations](https://skmtc.net/basistheory/apis/basis-theory-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/basistheory/basis-theory-api/revisions/cbb8e098b560/schema)
