---
title: "Get Consents"
method: GET
path: "/consents"
tags: ["Consents"]
---

# Get Consents

`GET /consents`

Used to retrieve all the consents created for each user within an application. At least one of the following filters needs to be applied: filter[applicationUserId], filter[userUuid]=, limit=.

## Query parameters

- `filter[applicationUserId]` string[]
- `filter[userUuid]` string[]
- `filter[institution]` string[]
- `filter[status]` string[]
- `from` string
- `before` string
- `limit` integer
- `offset` integer

## Response `200`

Ok

## Other responses

- `default` — Error Response

---

[API](https://skmtc.net/yapily/apis/yapily-api.md) · [All operations](https://skmtc.net/yapily/apis/yapily-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yapily/yapily-api/versions/a8ca54f9eb9f/schema)
