---
title: "List your organizations"
method: GET
path: "/api/organizations/"
tags: ["Organizations"]
---

# List your organizations

`GET /api/organizations/`

Return a list of the organizations you've created or that you have access to.

## Query parameters

- `ordering` string

## Response `200`

- OrganizationId[]
  - `contact_info` string, email, nullable
  - `created_at` string, date-time, required
  - `id` integer, required
  - `title` string, required

---

[API](https://skmtc.net/humansignal/apis/label-studio-api.md) · [All operations](https://skmtc.net/humansignal/apis/label-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humansignal/label-studio-api/revisions/1b113b8df950/schema)
