---
title: "GET /admin/file/"
method: GET
path: "/admin/file/"
tags: ["admin"]
---

# GET /admin/file/

`GET /admin/file/`

List files from storage backend.

## Query parameters

- `manageable_only` boolean
- `search` string
- `usage` 'media'

## Response `200`

- FileList[]
  - `name` string, required
  - `mime_type` string, required
  - `url` string, required
  - `themed_urls` ThemedUrls — Themed URLs - maps theme names to URLs for light and dark themes
    - `light` string, nullable
    - `dark` string, nullable

## Other responses

- `400`
- `403`

---

[API](https://skmtc.dev/goauthentik/apis/authentik.md) · [All operations](https://skmtc.dev/goauthentik/apis/authentik/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goauthentik/authentik/revisions/4e42e86021d7/schema)
