---
title: "Get contacts for an organisation"
method: GET
path: "/v1/workspaces/{workspaceUuid}/contacts"
tags: ["Contacts"]
---

# Get contacts for an organisation

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

## Path parameters

- `workspaceUuid` string, uuid, required

## Query parameters

- `domain` string
- `organisation_uuid` string, uuid
- `page` integer
- `size` integer

## Response `200`

A paginated list of the contacts

- 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` OrganisationContact[]
    - `uuid` string, uuid — Maps an Organisation contact object to an API response.
    - `email` string
    - `first_name` string
    - `last_name` string
    - `position` string
    - `headline` string
    - `department` string[]
    - `seniority` string
    - `linkedin_url` string
    - `location` object
      - `city` string
      - `state` string
      - `country` string
      - `country_code` string
    - `profiles` object[]
      - `name` string
      - `handle` string
      - `url` string
  - `success` boolean

## Other responses

- `400` — Bad request

---

[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)
