List fee schedule items
Fee Schedules
Get Fee Schedule Items
Returns a page of per-code pricing for a single fee schedule.
GET
List fee schedule items
A fee schedule contains the full CPT/HCPCS catalog (thousands of codes), so its
items are paginated. Get the
feeScheduleId from
Get Fee Schedules, then page through the
codes here. You can narrow results with search (code or description) and
validity.
Example Request
Example Response
Query Parameters
- page: Page number (default
1). - page_size: Items per page (default
100, max500). - search: Filter by code or description (case-insensitive).
- validity: Filter to
validorinvalidcodes.
Response Parameters
- item_id: EMR item identifier, stable per code within the schedule.
- code: CPT/HCPCS code.
- name: Code description.
- fee: Billed/charge amount. allowed_fee: Contracted allowed amount. These differ per schedule for the same code.
- cost / patient_portion: Cost and patient-portion amounts.
- bill_to_patient / exclude_cpt: Billing flags.
- modifiers: Procedure modifiers (only non-empty slots are returned).
- pos / tos: Place of service / type of service.
- ndc: National Drug Code details (
code,units,uom,unit_price). - validity:
validorinvalid. Invalid codes are retained so historical claims can still be cross-referenced. - pagination:
page,page_size,total_records,total_pages.
Authorizations
Path Parameters
Cobalt fee schedule ID from the list endpoint.
Query Parameters
Page number (default 1).
Items per page (default 100, max 500).
Required range:
x <= 500Filter by code or description (case-insensitive).
Filter by code validity.
Available options:
valid, invalid