---
title: "List Files"
method: GET
path: "/api/files/"
tags: ["openAiBatch"]
---

# List Files

`GET /api/files/`

Retrieve file info from the provider.

GET /api/files/ - List all files
GET /api/files/{file_id}/ - Get file metadata
GET /api/files/{file_id}/content/ - Get file content

## Headers

- `Authorization` string, required

## Response `200`

No response body

- OpenAIBatchListFilesResponse200 — Empty response body

---

[API](https://skmtc.net/keywordsai/apis/api-reference.md) · [All operations](https://skmtc.net/keywordsai/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keywordsai/api-reference/revisions/c26d550029f8/schema)
