---
title: "Obter campo"
method: GET
path: "/fields/{id}"
tags: ["Fields"]
---

# Obter campo

`GET /fields/{id}`

Recupera detalhes de um campo.

## Path parameters

- `id` string, required

## Response `200`

Successful response

- object
  - `id` string, required — Identificador único do campo
  - `name` string, required — Nome do campo
  - `description` string, required — Descrição do campo
  - `active` boolean — Indica se o campo está ativo
  - `fixed` boolean
  - `type` 'text' | 'email' | 'phone' | 'number' | 'url' | 'boolean' | 'date' | 'choice' | 'multi_choice' | 'cpf' | 'cnpj' — Tipo do campo
  - `options` string[] — Lista de opções para campos do tipo `choice` ou `multi_choice`
  - `new` boolean — Flag de compatibilidade (integrações)
  - `workspaceId` string, required — Identificador do workspace associado
  - `createdBy` string, nullable, required — ID do usuário que criou o registro
  - `updatedBy` string, nullable, required — ID do usuário que atualizou o registro
  - `createdAt` string, date-time — Data de criação
  - `updatedAt` string, date-time — Data da última atualizaçã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.479Z` to `2026-07-31T22:01:44.615Z` for the status `200`
  - the `updatedAt` response's property default value changed from `2026-07-27T16:42:07.479Z` to `2026-07-31T22:01:44.615Z` for the status `200`
- **2026-07-27** `9934481d9fa2` — 2 info
  - the `createdAt` response's property default value changed from `2026-07-27T00:53:26.446Z` to `2026-07-27T16:42:07.479Z` for the status `200`
  - the `updatedAt` response's property default value changed from `2026-07-27T00:53:26.446Z` to `2026-07-27T16:42:07.479Z` for the status `200`
- **2026-07-27** `aa7fb3f02636` — 2 info
  - the `createdAt` response's property default value changed from `2026-07-26T23:25:08.425Z` to `2026-07-27T00:53:26.446Z` for the status `200`
  - the `updatedAt` response's property default value changed from `2026-07-26T23:25:08.425Z` to `2026-07-27T00:53:26.446Z` for the status `200`
- **2026-07-26** `e29ba32777b4` — 2 info
  - the `createdAt` response's property default value changed from `2026-07-26T23:04:46.480Z` to `2026-07-26T23:25:08.425Z` for the status `200`
  - the `updatedAt` response's property default value changed from `2026-07-26T23:04:46.480Z` to `2026-07-26T23:25:08.425Z` for the status `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/rdstationmentoria/apis/agents/changes/fields/: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)
