---
title: "Retrieve Contacts"
method: GET
path: "/ticketing/contacts/{id}"
tags: ["ticketing/contacts"]
---

# Retrieve Contacts

`GET /ticketing/contacts/{id}`

Retrieve Contacts from any connected Ticketing software

## Path parameters

- `id` string, required

## Query parameters

- `remote_data` boolean

## Headers

- `x-connection-token` string, required

## Response `200`

- object
  - `prev_cursor` string, required
  - `next_cursor` string, required
  - `data` object[], required
    - `name` string, required — The name of the contact
    - `email_address` string, required — The email address of the contact
    - `phone_number` string — The phone number of the contact
    - `details` string — The details of the contact
    - `field_mappings` object, required
    - `id` string — The UUID of the contact
    - `remote_id` string — The id of the contact in the context of the 3rd Party
    - `remote_data` object, required
    - `created_at` object, required
    - `modified_at` object, required

---

[API](https://skmtc.dev/panoratech/apis/panora-api-2.md) · [All operations](https://skmtc.dev/panoratech/apis/panora-api-2/llms.txt) · [OpenAPI document](https://skmtc.dev/panoratech/apis/panora-api-2/revisions/d32842f233fb?raw)
