---
title: "Get vesting periods by id"
method: GET
path: "/vesting/{id}/periods"
tags: ["vesting"]
---

# Get vesting periods by id

`GET /vesting/{id}/periods`

Returns vesting periods by vesting id. Returns a non-empty array only for periodic vestings.

## Path parameters

- `id` integer, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK

- ResponsesVestingPeriod
  - `amount` string, string
  - `time` string, date-time

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.dev/celenium-io/apis/celenium-api.md) · [All operations](https://skmtc.dev/celenium-io/apis/celenium-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/celenium-io/celenium-api/revisions/117307f84924/schema)
