---
title: "Get options which exist for filters for /usage and /usage/export routes."
method: GET
path: "/organizations/{organization_id}/usage/options"
tags: ["Usage"]
---

# Get options which exist for filters for /usage and /usage/export routes.

`GET /organizations/{organization_id}/usage/options`

## Path parameters

- `organization_id` string, required

## Response `200`

- UsageOptions — UsageOptions contains the values which exist for the fields which we allow filtering on for the usageByProjectGet endpoint.
  - `end_date` string, required
  - `product_lines` string[], required
  - `projects` string[], required
  - `regions` string[], required
  - `resource_types` string[], required
  - `start_date` string, required

## Other responses

- `500` — Error Internal Server

---

[API](https://skmtc.net/crusoecloud/apis/crusoe-cloud-api-gateway.md) · [All operations](https://skmtc.net/crusoecloud/apis/crusoe-cloud-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crusoecloud/crusoe-cloud-api-gateway/versions/a3fd2dedc72b/schema)
