v1

latestOpenAPI 3.0.0Proprietary2026-08-06130577659.7 KB
Cost control|Cost Booking

Fetch a list of previous cost exports.

get/cost_booking/fetch

Query parameters

filter[fromDate]string
Example:2022-12-22

Filters the cost exports based on the given date.

filter[toDate]string
Example:2022-12-22

Filters the cost exports based on the given date.

offsetinteger

Use this parameter to specify the number of records you want to skip before starting to collect the data from the result set.

limitinteger

The limit parameter defines the maximum number of records that can be retrieved in a single API request, with a max and default value set at 500 records.

Response

Success Response:

totalCountinteger

Total number of cost exports.

Example response

{
  "data": [
    {
      "filter": {
        "from": "2015-02-20",
        "to": "2015-02-20"
      },
      "createdAt": "2015-02-20T12:59:21+01:00"
    }
  ]
}