---
title: "GET /api/export/availability"
method: GET
path: "/api/export/availability"
---

# GET /api/export/availability

`GET /api/export/availability`

## Response `200`

Readiness for server-backed exports

- ExportAvailabilityResponse
  - `formats` ExportFormatAvailability[], required
    - `dependenciesAvailable` boolean, required
    - `format` 'html' | 'ipynb' | 'markdown' | 'pdf' | 'script', required
    - `missingPackages` string[], required
    - `missingSetup` ExportSetupRequirement[], required
      - `command` string, required
      - `name` 'playwright-chromium', required
  - `source` 'server', required

## Changes

> 60 revisions in range; 3 could not be searched.

- **2026-07-31** `3101b0a74da1` — 1 warning
  - added the new `script` enum value to the `formats/items/format` response property for the response status `200`
- **2026-07-29** `4aa6df4f74e7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/marimo-team/apis/marimo-api/changes/api/export/availability/get.md)

---

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