---
title: "Retrieve a list of network organizations"
method: GET
path: "/waap/v1/organizations"
tags: ["Network Organizations"]
---

# Retrieve a list of network organizations

`GET /waap/v1/organizations`

This endpoint retrieves a list of network organizations that own IP ranges as identified by the Whois service.It supports pagination, filtering based on various parameters, and ordering of results.

## Query parameters

- `ordering` 'name' | 'id' | '-name' | '-id', nullable — Determine the field to order results by
- `limit` integer — Number of items to return
- `offset` integer — Number of items to skip
- `name` string — Filter organizations by their name. Supports '*' as a wildcard character.

## Response `200`

Successful Response

- PaginatedResponseOrganization
  - `limit` integer, required — Number of items requested in the response
  - `offset` integer, required — Items response offset used
  - `count` integer, required — Number of items contain in the response
  - `results` AppModelsOrganizationsOrganization[], required — List of items returned in the response following given criteria
    - `id` integer, required — The ID of an organization
    - `name` string, required — The name of an organization

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Unauthenticated
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.dev/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.dev/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
