---
title: "List all organizations"
method: GET
path: "/organization/"
tags: ["organization"]
---

# List all organizations

`GET /organization/`

## Query parameters

- `page` integer
- `per_page` integer
- `id` integer
- `uuid` string
- `name` string
- `gna_id` integer

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- OrganizationsList[]
  - `metadata` Metadata
    - `count` integer — Total number of the items of the data.
    - `page` integer — Number of the page.
    - `per_page` integer — Requested limit data.
  - `data` Organization[] — List of organizations.
    - `id` string — Organization id.
    - `uuid` string — Organization uuid.
    - `name` string — Organization name.
    - `short_name` string — Organization short name.
    - `description` string — Description.
    - `gna_id` integer — The reserved GNA identifier of the organization.
    - `creation_timestamp` string, date-time — Creation time of the organization.
    - `updated_timestamp` string, date-time — Updated time of the organization.

---

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