---
title: "Get Employment Files"
method: GET
path: "/employment-files/{identifier}"
tags: ["Individuals"]
---

# Get Employment Files

`GET /employment-files/{identifier}`

Retrieves employment-related documents for an individual identified by an 18-char CURP. Returns URLs to downloadable files such as employment reports and other official documents.

## Path parameters

- `identifier` string, required

## Response `200`

Employment files for the identifier.

- EmploymentFilesResponse
  - `identifier` string — The identifier (CURP or RFC) associated with the employment files.
  - `employment_files` EmploymentFile[] — Array of employment-related documents.
    - `url` string, uri — Pre-signed URL to download the employment file. This URL is temporary and will expire.
    - `name` string — Name or description of the employment document.
    - `institution` string — The institution or source that provided the document.
    - `uploaded_at` string, date-time — Timestamp of when the file was uploaded.
    - `data_source` 'imss_rpci' | 'imss_get_weeks' | 'imss_rpci_archive' | 'imss_get_weeks_archive' | 'issste' | 'issste_archive' | 'employment_sandbox', nullable — The data source that generated this employment file.

## Other responses

- `401` — Unauthorized - Invalid or missing API key.
- `404` — Not Found - No employment files found for the given identifier.

---

[API](https://skmtc.net/burodeingresos/apis/bur-de-ingresos-api.md) · [All operations](https://skmtc.net/burodeingresos/apis/bur-de-ingresos-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/burodeingresos/bur-de-ingresos-api/versions/59e48cdbdd84/schema)
