---
title: "List billing projects"
method: GET
path: "/api/v1alpha/billing_projects"
tags: ["Billing Projects"]
---

# List billing projects

`GET /api/v1alpha/billing_projects`

List billing projects. Optionally filter by status.

## Query parameters

- `status` 'open' | 'closed'

## Response `200`

Successfully retrieved the billing projects.

- BillingProjectListResponse
  - `billing_projects` BillingProjectResponse[]
    - `name` string — Name of the billing project
    - `status` 'open' | 'closed' — Status of the billing project
    - `users` string[] — List of users with access to this billing project
    - `limit` number, nullable — Billing limit in dollars

## Other responses

- `400` — Invalid status value.

---

[API](https://skmtc.net/hail-is/apis/hail-services.md) · [All operations](https://skmtc.net/hail-is/apis/hail-services/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hail-is/hail-services/revisions/3bd6e13adfa6/schema)
