---
title: "Get task rates for a client"
method: GET
path: "/tasks/rates/{client_id}"
tags: ["Tasks"]
---

# Get task rates for a client

`GET /tasks/rates/{client_id}`

Returns tasks with their custom rates for a specific client

## Path parameters

- `client_id` integer, required

## Response `200`

Successful response

- object
  - `data` object[]
    - `id` integer
    - `name` string
    - `rate` number

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Client not found

---

[API](https://skmtc.net/harpoonapp/apis/harpoon-api-documentation.md) · [All operations](https://skmtc.net/harpoonapp/apis/harpoon-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/harpoonapp/harpoon-api-documentation/revisions/e8fd192f94c6/schema)
