---
title: "Fetch a list of previous cost exports."
method: GET
path: "/cost_booking/fetch"
tags: ["Cost control|Cost Booking"]
---

# Fetch a list of previous cost exports.

`GET /cost_booking/fetch`

## Query parameters

- `filter[fromDate]` string
- `filter[toDate]` string
- `offset` integer
- `limit` integer

## Response `200`

Success Response:

- StandardCostBookingFetchResponse
  - `data` object[] — The list of cost bookings.
    - `id` integer — The internal id of the cost export.
    - `format` string — The format of the cost export.
    - `filter` StandardCostBookingBaseCostBookingExportLogFilterItem
      - `from` string — Represents a date. (ISO 8601) ICU-Format: yyyy-MM-dd
      - `to` string — Represents a date. (ISO 8601) ICU-Format: yyyy-MM-dd
      - `projectIds` integer[] — The filtered projects.
      - `costSources` string[] — The filtered cost sources.
      - `costTypeIds` integer[] — The filtered cost type IDs.
      - `trackerCategoryIds` integer[] — The filtered tracker category IDs.
      - `departmentIds` integer[] — The filtered department IDs.
      - `toolCategoryIds` integer[] — The filtered tool category IDs.
    - `createdAt` string — Represents a date and a time. (ISO 8601) ICU-Format: yyyy-MM-dd'T'HH:mm:ssxxx
  - `totalCount` integer — Total number of cost exports.

---

[API](https://skmtc.net/geocapture/apis/geocapture-api.md) · [All operations](https://skmtc.net/geocapture/apis/geocapture-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/geocapture/geocapture-api/versions/869b05603541/schema)
