---
title: "GET /profiles"
method: GET
path: "/profiles"
tags: ["Profile"]
---

# GET /profiles

`GET /profiles`

Get all profiles

## Query parameters

- `effective_date` string, date

## Response `200`

Profile list response

- object
  - `data` Profile[], required — List of all burgers
    - `bsn` string, required — Burgerservicenummer of a Dutch citizen
    - `name` string, required — Name of the burger
    - `description` string, required — Description of the burger
    - `sources` object, required — All sources for a certain profile

## Other responses

- `400` — Invalid input supplied.
- `500` — Internal server error.

## Changes

> 15 revisions in range; 1 could not be searched.

- **2025-11-18** `be7e39780230` — 1 info
  - added the new optional `query` request parameter `effective_date`
- **2025-04-16** `73ada8f52635` — 1 warning
  - deleted the `query` request parameter `effective_date`

[Change history](https://skmtc.dev/minbzk/apis/regelrecht-engine-api/changes/profiles/get.md)

---

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