---
title: "Get a billing project"
method: GET
path: "/api/v1alpha/billing_projects/{billing_project}"
tags: ["Billing Projects"]
---

# Get a billing project

`GET /api/v1alpha/billing_projects/{billing_project}`

Get a billing project by ID.

## Path parameters

- `billing_project` string, required

## Response `200`

Successfully retrieved the billing project.

- 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

## Changes

- **2025-04-16** `afa3b61d1d09` — 4 info
  - added the optional property `limit` to the response with the `200` status
  - added the optional property `name` to the response with the `200` status
  - added the optional property `status` to the response with the `200` status
  - added the optional property `users` to the response with the `200` status
- **2025-01-14** `559a91071cc1` — 4 warning
  - removed the optional property `limit` from the response with the `200` status
  - removed the optional property `name` from the response with the `200` status
  - removed the optional property `status` from the response with the `200` status
  - removed the optional property `users` from the response with the `200` status

[Change history](https://skmtc.dev/hail-is/apis/hail-services/changes/api/v1alpha/billing_projects/:billing_project/get.md)

---

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