v10

latestOpenAPI 3.0.1raw.githubusercontent.com2025-12-033223581.2 MB
Bill

Retrieve Line Item Usage in JSON Format

Retrieve the line item with the given UUID in JSON format.

This endpoint retrieves detailed usage information for a specific billing line item in JSON format. It is designed to provide granular insights into the consumption pattern for the given line item.

The response includes a pre-signed downloadUrl, which must be used with a separate GET call to download the Bill line item. This ensures secure access to the requested information.

get/organizations/{orgId}/bills/{billId}/lineitems/{id}/usage/json

Path parameters

orgIdstring required

The unique identifier (UUID) of your Organization. The Organization represents your company as a direct customer of our service.

billIdstring required

UUID of the Bill

idstring required

The unique identifier (UUID) of the Bill line item for which to retrieve the usage.

Response

Returns the download URL

downloadUrlstring url

The pre-signed download URL.