---
title: "Obter lead"
method: GET
path: "/leads/{id}"
tags: ["Leads"]
---

# Obter lead

`GET /leads/{id}`

Recupera informações detalhadas de um lead.

## Path parameters

- `id` string, required

## Response `200`

Successful response

- object — Lead com identidades e destinos associados
  - `id` string, required — Identificador do lead
  - `agentId` string, nullable — Assistente que capturou o lead
  - `name` string, nullable — Nome
  - `email` string, nullable — Email
  - `phone` string, nullable — Telefone
  - `company` string, nullable — Empresa
  - `site` string, nullable — Site
  - `custom` object — Campos
  - `utm` object — Informações de rastreamento UTM
    - `source` string, nullable — Fonte (`utm_source`)
    - `medium` string, nullable — Meio (`utm_medium`)
    - `campaign` string, nullable — Campanha (`utm_campaign`)
    - `content` string, nullable — Conteúdo (`utm_content`)
    - `term` string, nullable — Termo (`utm_term`)
  - `capture` 'completed' | 'partial' — Status da captura de dados do lead
  - `workspaceId` string, required — Identificador do workspace associado
  - `createdAt` string, date-time — Data de criação
  - `updatedAt` string, date-time — Data da última atualização
  - `identities` object[] — Lista de identidades externas do lead
    - `id` string, required — Identificador da plataforma externa
    - `platform` string, required — Nome da plataforma externa
  - `destinations` object[] — Destinos associados ao lead
    - `destinationId` string, required — Id do destino para onde o lead foi enviado
    - `contact` string, nullable — Contato utilizado na comunicação com o destino
    - `type` 'rdcrm' | 'rd' | 'exact' | 'email' | 'whatsapp', required — Tipo de destino da qualificação

## Other responses

- `default` — Error response

## Changes

- **2026-07-31** `dfcdd52dd2ba` — 2 info
  - the `createdAt` response's property default value changed from `2026-07-27T16:42:07.522Z` to `2026-07-31T22:01:44.631Z` for the status `200`
  - the `updatedAt` response's property default value changed from `2026-07-27T16:42:07.522Z` to `2026-07-31T22:01:44.631Z` for the status `200`
- **2026-07-27** `9934481d9fa2` — 2 info
  - the `createdAt` response's property default value changed from `2026-07-27T00:53:26.504Z` to `2026-07-27T16:42:07.522Z` for the status `200`
  - the `updatedAt` response's property default value changed from `2026-07-27T00:53:26.504Z` to `2026-07-27T16:42:07.522Z` for the status `200`
- **2026-07-27** `aa7fb3f02636` — 2 info
  - the `createdAt` response's property default value changed from `2026-07-26T23:25:08.429Z` to `2026-07-27T00:53:26.504Z` for the status `200`
  - the `updatedAt` response's property default value changed from `2026-07-26T23:25:08.429Z` to `2026-07-27T00:53:26.504Z` for the status `200`
- **2026-07-26** `e29ba32777b4` — 2 info
  - the `createdAt` response's property default value changed from `2026-07-26T23:04:46.517Z` to `2026-07-26T23:25:08.429Z` for the status `200`
  - the `updatedAt` response's property default value changed from `2026-07-26T23:04:46.517Z` to `2026-07-26T23:25:08.429Z` for the status `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/rdstationmentoria/apis/agents/changes/leads/:id/get.md)

---

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