---
title: "Get an employment's details"
method: GET
path: "/api/br/employments/{id}/"
tags: ["Employments Brazil"]
---

# Get an employment's details

`GET /api/br/employments/{id}/`

Get the details of a specific employment.

## Path parameters

- `id` string, uuid, required

## Query parameters

- `omit` string
- `fields` string

## Response `200`

Ok

- EmploymentBrazil — Details regarding the employment the employee had at a given employer.
  - `id` string, uuid, required — Belvo's unique identifier for the current item.
  - `link` string, uuid, nullable, required — The `link.id` the data belongs to.
  - `created_at` string, date-time, required — The ISO-8601 timestamp of when the data point was created in Belvo's database.
  - `collected_at` string, date-time, required — The ISO-8601 timestamp when the data point was collected.
  - `start_date` string, date, required — The employee's start date at the employer, in `YYYY-MM-DD` format.
  - `end_date` string, date, nullable, required — The employee's end date at the employer, in `YYYY-MM-DD` format. If `null`, the employee is still working at the employer.
  - `employer_data` EmployerDataBrazil, required — Details regarding the employer.
    - `name` string, required — The name of the employer.
    - `code` string, required — The institution's unique code for the employer.
    - `economic_activity` string, required — The main economic activity the employer is involved in. For Brazil, this is the *Classificação Nacional de Atividades Econômicas* (CNAE) code.
  - `occupations` OccupationBrazil[], required — The employee's occupations at the employer.
    - `start_date` string, date, required — The date that the employee started the position, in `YYYY-MM-DD` format.
    - `end_date` string, date, nullable, required — The date that the employee stopped working in this position, in `YYYY-MM-DD` format. If `null`, this means that the employee is still holds this position.
    - `description` string, required — The position the employee held. For Brazil, this description must be according to the Ministry of Labour and listed in the *Classificação Brasileira de Ocupações* (CBO).
    - `name` string, required — The employees occupation, as provided by the employer.
    - `locale` string, required — Where the employee fufilled their duties. For Brazil, this can be either: - `Urbana` (Urban) - `Rural` (Rural) - `Não Identificado` - `null`
  - `salaries` SalaryBrazil[], required — The salaries the employee received from the employer.
    - `base_amount` number, float, required — The base amount of the salary, before any deductions or bonuses.
    - `retained_amount` number, float, required — The amount retained by Brazil's *Instituto Nacional do Seguro Social* (INSS).
    - `type` 'REGULAR' | 'THIRTEENTH' | 'VOLUNTARY' | 'RETIREMENT' | 'null', nullable — The type of salary. We return one of the following values: - `REGULAR` - `THIRTEENTH` - `VOLUNTARY` - `RETIREMENT` - `null`
    - `month` string, required — The month that the employee received their salary, in `YYYY-MM` format.
    - `currency` string, required — The three-letter currency code (ISO-4217).

## Other responses

- `401` — Unauthorized
- `403` — Access to Belvo API denied
- `404` — Not Found Error
- `408` — Request Timeout
- `500` — Unexpected Error

---

[API](https://skmtc.net/belvo/apis/belvo-api-docs.md) · [All operations](https://skmtc.net/belvo/apis/belvo-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/belvo/belvo-api-docs/versions/3423c786ece5/schema)
