---
title: "Get active placements for the given worker"
method: GET
path: "/public/placement/v1/get-active-placements"
tags: ["Placement"]
---

# Get active placements for the given worker

`GET /public/placement/v1/get-active-placements`

Get placements for the given worker.
The response is sorted by descending end date of the placement, then by descending start date.

## Query parameters

- `workerId` string, uuid, required — The unique id of the worker, as returned from the /create-worker endpoint.

## Response `200`

Success

- PlacementResponseV1[]
  - `placementId` string, uuid, required — The unique id of the placement.
  - `function` string — The function of the worker on the placement.
  - `startDate` string, date, required — The start date of the placement's contract.
  - `endDate` string, date — The end date of the placement's contract. The contract runs up to and including this date.
  - `rates` RateV1[], required — The rate history of the placement, ordered by ascending effective date. Each rate applies from its effective date until the effective date of the next rate.
    - `effectiveDate` string, date, required — The date from which this rate applies.
    - `wage` number, required — The gross hourly wage of the worker, in €.
    - `rate` number, required — The hourly rate charged to the company, in €.

---

[API](https://skmtc.net/maqqie/apis/maqqie-public-api.md) · [All operations](https://skmtc.net/maqqie/apis/maqqie-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/maqqie/maqqie-public-api/revisions/41e5cd97d4d7/schema)
