Skip to main content

Fetch CSV report

GET 

/bv/billing/v1/csv-reports/:id:fetch

Retrieves the CSV report using the specified report id.

Request

Path Parameters

    id stringrequired

Responses

A successful response.

Schema
    id string
    uri string
    status string

    Possible values: [CSV_REPORT_STATUS_RUNNING, CSV_REPORT_STATUS_SUCCEEDED]

    If the status is CSV_REPORT_STATUS_RUNNING, the report is creating.

Loading...