---
title: "List Organizations"
method: GET
path: "/v1/pipedrive/organizations"
tags: ["pipedrive"]
---

# List Organizations

`GET /v1/pipedrive/organizations`

List organizations from Pipedrive.

## Query parameters

- `workspace_id` string, uuid, required
- `limit` integer

## Response `200`

Successful Response

- OrganizationResponse[]
  - `id` integer, required
  - `name` string, nullable
  - `address` string, nullable
  - `owner_id` integer, nullable
  - `active_flag` boolean, nullable
  - `label` integer, nullable

## Other responses

- `422` — Validation Error

---

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