---
title: "GET /v1/org/{org_id}/commitments/ids"
method: GET
path: "/v1/org/{org_id}/commitments/ids"
tags: ["Commitments"]
---

# GET /v1/org/{org_id}/commitments/ids

`GET /v1/org/{org_id}/commitments/ids`

## Query parameters

- `search` string
- `filter` object, nullable
- `desc` boolean
- `order_by` 'duration_seconds' | 'start_date' | 'end_date' | 'upfront_cost' | 'amortized_cost' | 'recurring_cost' | 'created_at' | 'updated_at' | 'is_leased' | 'account_id' | 'type' | 'status' | 'scope' | 'reservation_end' | 'utilization' | 'monthly_savings' | 'null', nullable
- `provider` 'aws' | 'azure' | 'gcp', required
- `start_date` string, date, required
- `end_date` string, date, required

## Response `200`

OK

- IdsResponse
  - `ids` string[], required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `405` — Method not allowed
- `409` — Conflict
- `422` — Unprocessable Content
- `500` — Internal server error
- `default` — Default error response

---

[API](https://skmtc.dev/archera/apis/archera-ai-api.md) · [All operations](https://skmtc.dev/archera/apis/archera-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/archera/archera-ai-api/revisions/3a24a8454a72/schema)
