---
title: "Get Offers"
method: GET
path: "/rest/v2/offers"
---

# Get Offers

`GET /rest/v2/offers`

Get all offers with their custom fields, files, and more.

## Query parameters

- `limit` number
- `offset` number
- `where` object

## Response `200`

Responses for GET /api/rest/offers

- object
  - `projects` object[]
    - `__typename` string
    - `createdAt` unknown
    - `externalId` string, nullable
    - `fieldsValues` object[]
      - `field` object — columns and relationships of "fields"
        - `id` string
        - `name` string
        - `purpose` 'business_estimated_revenue' | 'joboffer' | 'joboffer_activity_area' | 'joboffer_benefits' | 'joboffer_company_description' | 'joboffer_company_name' | 'joboffer_contract_duration_in_months' | 'joboffer_contract_type' | 'joboffer_description' | 'joboffer_employee_status' | 'joboffer_is_fulltime' | 'joboffer_job_category' | 'joboffer_level_of_study' | 'joboffer_location' | 'joboffer_min_years_of_experience' | 'joboffer_profile_description' | 'joboffer_remote_days_per_week' | 'joboffer_salary_is_public' | 'joboffer_salary_per_year_max' | 'joboffer_salary_per_year_min' | 'joboffer_salary_range_eur' | 'joboffer_title', nullable
        - `type` 'boolean' | 'date' | 'group' | 'multiplechoice' | 'number' | 'rating' | 'richtext' | 'singlechoice' | 'singlelocation' | 'text'
      - `fieldValue` object, nullable — columns and relationships of "fieldsvalues"
        - `id` string
        - `name` string
        - `technicalValue` string, nullable
      - `id` string
      - `location` object, nullable — columns and relationships of "locations"
        - `administrativeAreaLevel1` string, nullable
        - `administrativeAreaLevel2` string, nullable
        - `countryName` string, nullable
        - `countryShortName` string, nullable
        - `formattedAddress` string, nullable
        - `id` string
        - `locality` string, nullable
        - `postalCode` string, nullable
        - `search` string
      - `value` string, nullable
    - `id` string
    - `name` string
    - `referenceId` string, nullable
    - `updatedAt` unknown
    - `shortId` string, nullable
    - `publishedAt` unknown
    - `userAssignees` object[]
      - `displayName` string
      - `email` string, nullable
      - `id` string

---

[API](https://skmtc.dev/jarvi/apis/jarvi-api.md) · [All operations](https://skmtc.dev/jarvi/apis/jarvi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jarvi/jarvi-api/revisions/5e58e46c5036/schema)
