---
title: "List organisations"
method: GET
path: "/v1/workspaces/{workspaceUuid}/organisations"
tags: ["Organisations"]
---

# List organisations

`GET /v1/workspaces/{workspaceUuid}/organisations`

## Path parameters

- `workspaceUuid` string, uuid, required

## Query parameters

- `segmentUuid` string, uuid
- `page` integer
- `size` integer
- `date` string, date
- `date_from` string, date
- `date_to` string, date
- `name` string

## Response `200`

A paginated list of organisations

- object
  - `current_page` integer
  - `last_page` integer
  - `per_page` integer
  - `total` integer
  - `next_page_url` string, nullable
  - `prev_page_url` string, nullable
  - `first_page_url` string, nullable
  - `last_page_url` string, nullable
  - `path` string, nullable
  - `from` integer, nullable
  - `to` integer, nullable
  - `data` OrganisationOrganisation[]
    - `uuid` string, uuid, required
    - `name` string, required
    - `website` string, required
    - `first_seen` string, date-time, required
    - `last_seen` string, date-time, required
    - `logo` string, nullable
    - `address` ValueAddress
      - `street` string, required
      - `street_number` string, nullable
      - `postal_code` string, nullable
      - `address` string, required
      - `full_address` string, required
      - `city` string, required
      - `state` string, required
      - `country` string, nullable
      - `latitude` number, nullable
      - `longitude` number, nullable
    - `founded` number, nullable
    - `size` '1-10 employees' | '11-50 employees' | '51-200 employees' | '201-500 employees' | '501-1000 employees' | '1001-5000 employees' | '5001-10,000 employees' | '10,001+ employees'
    - `industry` string, nullable
    - `phone` string, nullable
    - `email` string, nullable
    - `profiles` OrganisationSocialProfile[], required
      - `name` string, required
      - `handle` string, nullable
      - `url` string, nullable
    - `tags` string[], required
    - `segments` OrganisationSegment[], required
      - `uuid` string, uuid, required
      - `name` string, required
    - `total_pageviews` integer, nullable
    - `total_time_on_site` string, nullable
    - `visitor_locations` string[]
  - `success` boolean

---

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