Rate
List rates
Retrieves a paginated list of billing rates with optional filtering by team, project and status. Results can be sorted by different criteria and are subject to user permission checks. Users can only see rates they have access to based on team membership.
get/v1/rates
Query parameters
teamIdstring
Filter rates by team ID
projectIdstring
Filter rates by project ID - if provided, will also resolve the associated teamId
status'all' | 'active' | 'inactive'
Filter rates by status
sort'alpha' | 'status' | 'created'
Field to sort results by
order'asc' | 'desc'
Sort order direction
pageinteger
Page number (1-based pagination)
limitinteger
Number of items per page
Response
List of rates retrieved successfully