---
title: "Fetch project bill rate"
method: GET
path: "/projects/{project_id}/bill_rates/{bill_rate_id}"
tags: ["bill_rates"]
---

# Fetch project bill rate

`GET /projects/{project_id}/bill_rates/{bill_rate_id}`

Get the matching project-specific bill rate.

## Response `200`

The matching project-specific bill rate.

- BillRate — Represents a bill rate for a user or discipline on an account, project, or phase.
  - `id` integer — The unique identifier for the bill rate.
  - `discipline_id` integer, nullable — If set to a discipline ID, this bill rate is a discipline-specific bill rate. This can only be set via the Resource Management application UI.
  - `role_id` integer, nullable — If set to a role ID, this bill rate is a role-specific bill rate. This can only be set via the Resource Management application UI.
  - `assignable_id` integer, nullable — The ID of the project or phase to which the the bill rate applies. > **Note:** Account-specific bill rates don't have an `assignable_id` value.
  - `user_id` integer, nullable — The ID of a user to which the the bill rate applies.
  - `rate` number, float — The cost value.
  - `starts_at` string, date, nullable — This user bill rate date indicates the rate's effective start date. **Note:** This parameter is only applicable to user bill rates.
  - `ends_at` string, date, nullable — This user bill rate date indicates the rate's effective end date. **Note:** This parameter is only applicable to user bill rates.
  - `created_at` string, date-time — The bill rate's creation timestamp.
  - `updated_at` string, date-time — The timestamp of the bill rate's last update.

## Other responses

- `default` — Generic error payload

---

[API](https://skmtc.net/smartsheet/apis/resource-management-openapi-reference.md) · [All operations](https://skmtc.net/smartsheet/apis/resource-management-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartsheet/resource-management-openapi-reference/versions/e4c439ac13f2/schema)
