---
title: "Listar contatos"
method: GET
path: "/v2/sequence/{id}/contact"
tags: ["Sequências"]
---

# Listar contatos

`GET /v2/sequence/{id}/contact`

Listagem paginada de contatos da sequência.

## Path parameters

- `id` string, uuid, required

## Query parameters

- `IncludeDetails` string[]
- `Name` string
- `ContactId` string, uuid
- `PhoneNumber` string
- `CreatedAt.Before` string, date-time
- `CreatedAt.After` string, date-time
- `UpdatedAt.Before` string, date-time
- `UpdatedAt.After` string, date-time
- `PageNumber` integer
- `PageSize` integer
- `OrderBy` string
- `OrderDirection` 'ASCENDING' | 'DESCENDING'

## Response `200`

Success

- PublicSequenceContactDTOPublicPageListDTO
  - `pageNumber` integer — Número da página a ser obtida.
  - `pageSize` integer — Tamanho da página a ser obtida.
  - `orderBy` string, nullable — Nome do campo para ser utilizado como pivô da ordenação.
  - `orderDirection` 'ASCENDING' | 'DESCENDING', nullable — Determina se a ordenação deve ser crescente ou decrescente.
  - `items` PublicSequenceContactDTO[], nullable
    - `id` string, uuid
    - `active` boolean
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `companyId` string, uuid
    - `sequenceId` string, uuid
    - `contactId` string, uuid
    - `contactName` string, nullable
    - `origin` 'USER_SINGLE' | 'USER_FILTER' | 'CHATBOT' | 'API'
    - `addedByUserId` string, uuid, nullable
    - `addedByChatbotId` string, uuid, nullable
    - `lastAddedAt` string, date-time, nullable
    - `contactDetails` PublicSequenceContactDetailsDTO
      - `id` string, uuid
      - `name` string, nullable
      - `phonenumber` string, nullable
      - `phonenumberFormatted` string, nullable
      - `instagram` string, nullable
      - `email` string, nullable
      - `pictureUrl` string, nullable
  - `totalItems` integer
  - `totalPages` integer
  - `hasMorePages` boolean

## Other responses

- `500` — Server Error

---

[API](https://skmtc.net/helena/apis/core.md) · [All operations](https://skmtc.net/helena/apis/core/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/helena/core/versions/811b2cdd2ec2/schema)
