---
title: "Get Paged Skill Positions"
method: GET
path: "/v1/skill-positions/{page}/{pageSize}"
tags: ["Talent", "Jobs"]
---

# Get Paged Skill Positions

`GET /v1/skill-positions/{page}/{pageSize}`

Returns a paged list of positions and their skills descriptions.

## Path parameters

- `page` string, required
- `pageSize` string, required

## Headers

- `RequestId` string, uuid — The unique request identifier used to correlate request data with log entries and events, formatted as a UUID.
- `FrontOfficeTenantId` integer
- `Tenant` string

## Response `200`

A paged list of skill positions.

- Skill[]
  - `positionId` integer — The identifier for the position category.
  - `position` string — The name of the position category.
  - `descriptionId` integer — The identifier for the description.
  - `description` string — The description for the skill.
  - `frontOfficeTenantId` integer — The unique identifier that represents a client.
  - `talentFacing` boolean — An indication of whether a skill is visible and applicable to talent users.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Access Denied
- `404` — Not found
- `405` — Unsupported method
- `406` — Unsupported format(s) indicated by Accept header
- `415` — Unsupported format(s) indicated by the Content-Type header
- `429` — Too many requests
- `500` — An unexpected error occurred
- `502` — Service Unavailable
- `504` — Gateway Timeout

---

[API](https://skmtc.net/avionte/apis/aviont-partner-authorization-api.md) · [All operations](https://skmtc.net/avionte/apis/aviont-partner-authorization-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/avionte/aviont-partner-authorization-api/versions/846b33e4e71b/schema)
