List Project Billing Fields

Lists the accessors, deployment types, tags, and line items used for billing data in the specified time period. Use this endpoint if you want to filter your results from the Billing Breakdown endpoint and want to know what filters are available.

Path parameters

project_idstringRequired
The unique identifier of the project

Headers

AuthorizationstringRequired

Query parameters

startstringOptionalformat: "date"

Start date of the requested date range. Format accepted is YYYY-MM-DD

endstringOptionalformat: "date"

End date of the requested date range. Format accepted is YYYY-MM-DD

Response

A list of billing fields for a specific project
accessorslist of strings or null
List of accessor UUIDs for the time period
deploymentslist of enums or null
List of deployment types for the time period
Allowed values:
tagslist of strings or null
List of tags for the time period
line_itemsmap from strings to strings or null

Map of line item names to human-readable descriptions for the time period

Errors