---
title: "List certifications with filters"
method: GET
path: "/api/v1/certifications"
tags: ["certification"]
---

# List certifications with filters

`GET /api/v1/certifications`

## Query parameters

- `ids` string[], nullable
- `page` number
- `limit` number
- `order` object
- `userId` string, uuid
- `teamId` string, uuid
- `trackReferenceIds` string[]
- `certificationDateFrom` string, date-time
- `certificationDateTo` string, date-time

## Response `201`

- CertificationsFindResponseDTO
  - `data` object[], required
    - `certificationDate` string, date-time, required — The date when the certification was earned.
    - `id` string, uuid, required — The unique identifier for the certification.
    - `trackReferenceId` string, required — The unique identifier for the track.
    - `trackTitle` string, required — The title of the track.
    - `userId` string, uuid, required — The unique identifier for the user who earned the certification.
  - `meta` object, required
    - `hasNext` boolean, required
    - `limit` number, required
    - `page` number, required
    - `total` number, required

---

[API](https://skmtc.net/wejam/apis/jam.md) · [All operations](https://skmtc.net/wejam/apis/jam/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wejam/jam/revisions/bd5a5f406bca/schema)
