---
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

---

[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)
