Skip to main content
GET
/
invoices
/
{invoice_token}
/
cost_report
Get cost report URL
curl --request GET \
  --url https://api.vantage.sh/v2/invoices/{invoice_token}/cost_report \
  --header 'Authorization: Bearer <token>'
{
  "cost_report_url": "https://example.com/cost_report.pdf"
}

Documentation Index

Fetch the complete documentation index at: https://docs.vantage.sh/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

invoice_token
string
required

Response

Get cost report URL for invoice period.

CostReportUrl model

cost_report_url
string
required

The URL of the cost report.

Example:

"https://example.com/cost_report.pdf"