---
title: "Retrieve cache file content"
method: GET
path: "/api/north/{northId}/cache/content/{filename}"
tags: ["North Connectors"]
---

# Retrieve cache file content

`GET /api/north/{northId}/cache/content/{filename}`

Retrieve a file from a north connector cache

## Path parameters

- `northId` string, required
- `filename` string, required

## Query parameters

- `folder` 'cache' | 'error' | 'archive', required

## Response `200`

The content of the file - may be truncated

- FileCacheContent
  - `content` string, required
  - `contentFilename` string, required
  - `contentType` 'csv' | 'xml' | 'json' | 'raw', required
  - `truncated` boolean, required
  - `totalSize` number, double, required

## Changes

- **2026-02-16** `e0febbaacdc7` — 1 info
  - added the required property `contentFilename` to the response with the `200` status
- **2026-02-09** `1478646796ac` — 1 breaking
  - removed the required property `contentFilename` from the response with the `200` status
- **2026-02-03** `bb7c469357f8` — 1 breaking, 1 info
  - removed the success response with the status `204`
  - added the success response with the status `200`
- **2026-01-26** `a291063e086b` — 1 breaking, 1 info
  - removed the success response with the status `200`
  - added the success response with the status `204`
- **2026-01-19** `f7d0cb77f2c5` — 1 breaking, 1 info
  - removed the success response with the status `204`
  - added the success response with the status `200`

[Full history](https://skmtc.dev/optimistiksas/apis/oibus-api/changes/api/north/:northId/cache/content/:filename/get.md)

---

[API](https://skmtc.dev/optimistiksas/apis/oibus-api.md) · [All operations](https://skmtc.dev/optimistiksas/apis/oibus-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/optimistiksas/oibus-api/revisions/fe8fd32c9fdc/schema)
