---
title: "Get Worker Info"
method: GET
path: "/v2/workers/{id}"
tags: ["Posthire Worker Management"]
---

# Get Worker Info

`GET /v2/workers/{id}`

Get Worker Info

## Path parameters

- `id` string, required

## Response `200`

OK

- object
  - `is_active` boolean, required
  - `name` string, required
  - `email` string, required
  - `id` string, required
  - `approved_at` string, required
  - `data_collection_checks` object[], required
    - `id` string, required
    - `requested_at` string, nullable, required
    - `uploaded_at` string, nullable, required
    - `rejected_at` string, nullable, required
    - `confirmed_at` string, nullable, required
    - `canceled_at` string, nullable, required
    - `expiration_date` string, nullable, required
    - `status` string, required
    - `confirmed_user` string, nullable, required
    - `rule` object
      - `id` string
      - `title` string
    - `uploads` object[]
      - `created_at` string
      - `data` object — Data collected about the worker
      - `structured_data` object — Structured data collected about the worker
      - `files` object[]
        - `name` string, required — Name of the document.
        - `friendly_name` string, required — Friendly name of the document.
        - `filename` string, required — Document filename of file.
        - `size` number, required — Size of document in bytes.
        - `approved` boolean, required
        - `id` string, required
        - `public_url` string, uri, required — The URL to download the document.
        - `created_at` string, required
        - `approved_at` string, nullable, required
        - `stage` object, nullable, required
          - `id` string, required
          - `title` string, required
        - `file_upload_requests` object[]
          - `recollection_reason` 'blurry' | 'corrupt' | 'incorrect' | 'expired' | 'custom' — Reason the upload is being recollected.
          - `created_at` string — DateTime the re-collection request was triggered.

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/versions/5f406c0e9462/schema)
