---
title: "Get app metadata"
method: GET
path: "/api/metadata"
tags: ["Admin"]
---

# Get app metadata

`GET /api/metadata`

Returns aggregated application metadata (auth, database, storage, functions, realtime, deployments). Use the `format` query parameter to choose between JSON and Markdown output.

## Query parameters

- `format` 'json' | 'markdown'

## Response `200`

Application metadata

- object
  - `auth` object
    - `oAuthProviders` string[]
    - `requireEmailVerification` boolean
    - `disableSignup` boolean
  - `database` object
    - `tables` object[]
      - `tableName` string
      - `recordCount` integer
    - `totalSizeInGB` number
    - `hint` string
  - `storage` object
    - `buckets` object[]
      - `name` string
      - `public` boolean
      - `objectCount` integer
    - `totalSizeInGB` number
  - `functions` object[]
    - `slug` string
    - `name` string
    - `status` string
    - `description` string
  - `realtime` object — Optional; present when realtime is configured
    - `channels` object[]
      - `id` string
      - `pattern` string
  - `deployments` object — Optional; present on cloud-hosted projects only
    - `customSlug` string, nullable
  - `version` string

## Other responses

- `400` — Invalid format parameter
- `401` — Unauthorized — missing or invalid credentials
- `403` — Forbidden — authenticated but not an admin

---

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