---
title: "Get candidate's offers"
method: GET
path: "/candidates/{id}/jobs/{jobId}/offers"
tags: ["offers"]
---

# Get candidate's offers

`GET /candidates/{id}/jobs/{jobId}/offers`

## Response `200`

Candidate's offers

- Offers
  - `limit` integer
  - `offset` integer
  - `totalFound` integer, required
  - `content` Offer[], required
    - `id` string, required
    - `status` 'CREATED' | 'PENDING_APPROVAL' | 'APPROVED' | 'NOT_APPROVED' | 'PENDING_ACCEPTANCE' | 'ACCEPTED' | 'NOT_ACCEPTED' | 'ABANDONED', required
    - `createdOn` string, date-time, required
    - `updatedOn` string, date-time, required
    - `properties` object
    - `actions` object, required
      - `candidate` Action, required
        - `url` string, required
        - `method` 'GET' | 'POST' | 'PUT' | 'PATCH' | 'OPTIONS' | 'DELETE' | 'HEAD' | 'CONNECT', required
      - `job` Action
        - `url` string, required
        - `method` 'GET' | 'POST' | 'PUT' | 'PATCH' | 'OPTIONS' | 'DELETE' | 'HEAD' | 'CONNECT', required
      - `details` Action, required
        - `url` string, required
        - `method` 'GET' | 'POST' | 'PUT' | 'PATCH' | 'OPTIONS' | 'DELETE' | 'HEAD' | 'CONNECT', required

## Other responses

- `401` — Candidate access denied
- `403` — with code **NO_ACCESS_TO_OFFERS** when not permitted to see offers
- `404` — Offers not found

---

[API](https://skmtc.net/smartrecruiters/apis/apply-api.md) · [All operations](https://skmtc.net/smartrecruiters/apis/apply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartrecruiters/apply-api/revisions/449bdc2516c9/schema)
