---
title: "List bill rates"
method: GET
path: "/bill_rates"
tags: ["bill_rates"]
---

# List bill rates

`GET /bill_rates`

Lists the accessible bill rates.

## Query parameters

- `per_page` integer — The maximum number of items to show per response page.
- `page` integer — The response page to return.

## Response `200`

The accessible bill rates.

- object
  - `paging` PagingMetadata, required
    - `per_page` integer — The maximum number of items to show per response page.
    - `page` integer — The current response page number.
    - `previous` string, nullable — If you're on the first page, this value is `null`; otherwise the value is the path and query parameters to get the previous page of items.
    - `self` string — The path and query parameters to get the current page of items.
    - `next` string, nullable — If there are more items, this value is the path and query parameters to get the next page of items; otherwise, it's `null`.
    - `count` integer, nullable — The total number of items in all the pages.
  - `data` BillRate[], required
    - `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)
