---
title: "Get \"other\" file links of credit request"
method: GET
path: "/credit-sessions/converted/{id}/files/other"
---

# Get "other" file links of credit request

`GET /credit-sessions/converted/{id}/files/other`

## Path parameters

- `id` string, required

## Response `200`

Fetched

- RecordedFile
  - `url` string — URL to access the file from S3
  - `timestamp` number — Timestamp of the file
  - `fileName` string — Name of the file
  - `bucketPath` string — S3 bucket path where the file is stored
  - `bucketFileName` string — Name of the file in the S3 bucket
  - `processType` 'PCN' | '6111' | 'OSH' — Type of process the file is associated with

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `500` — Internal server error

---

[API](https://skmtc.net/open-finance/apis/auth.md) · [All operations](https://skmtc.net/open-finance/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/open-finance/auth/versions/b4d401b65c3d/schema)
