---
title: "Find Jobs"
method: GET
path: "/api/jobs"
tags: ["jobs"]
---

# Find Jobs

`GET /api/jobs`

Return paginated jobs

## Query parameters

- `id` string
- `internalId` string
- `type` 'id-verification'
- `fields` string
- `ids` string[]
- `token` string
- `page` integer
- `pageSize` integer
- `sortBy` 'submitted' | 'updated' | 'status'
- `sortOrder` 'asc' | 'desc'
- `status` 'active' | 'completed' | 'removed'
- `aml` 'sanction' | 'warning' | 'pep' | 'all'
- `from` string
- `to` string
- `toFrom` 'submitted' | 'updatedAt'
- `withPhotos` boolean
- `withPhotoUrls` boolean

## Response `200`

Provide Results on Jobs.

## Other responses

- `400` — InvalidRequestError - The request is invalid.
- `401` — AuthenticationError - The request could not be authenticated.
- `404` — ConnectionError - A connection error occurred while communicating to the Vouched service.
- `429` — TooManyRequestsError - the Vouched service has throttled this request.
- `500` — UnknownSystemError - A unknown system error occurred.

---

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