---
title: "Gets all jobs"
method: GET
path: "/Entity/Jobs"
tags: ["Entity"]
---

# Gets all jobs

`GET /Entity/Jobs`

The limit and offset Parameters can be used for paging purposes.

When supplied, the limit value should be greater than or equal to one. If the value is omitted, zero or a negative number then all results after the offset will be returned.

When supplied, the offset should be greater than or equal to zero. If the value is omitted or a negative number then results will start from the first page.

Results are ordered by LastUpdated date in descending order

## Query parameters

- `lastUpdatedSince` string, date-time, nullable
- `jobType` 'Permanent' | 'Contract' | 'Temporary' | 'FixedTerm'
- `statusType` 'Current' | 'Closed'
- `companyId` integer, nullable
- `limit` integer, nullable
- `offset` integer, nullable

## Response `200`

- JobResult[], nullable
  - `Id` integer, required
  - `Type` 'Permanent' | 'Contract' | 'Temporary' | 'FixedTerm', required
  - `Created` string, date-time, required
  - `LastUpdated` string, date-time, required

## Other responses

- `401` — Unauthorized

---

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