---
title: "Vantage Export"
method: POST
path: "/vantage/export"
tags: ["Vantage"]
---

# Vantage Export

`POST /vantage/export`

Perform an actual export using the Vantage logger.

Exports usage data in FOCUS CSV format to the Vantage API.

Parameters:
- limit: Optional limit on number of records to export
- start_time_utc: Optional start time for data export
- end_time_utc: Optional end time for data export

Only admin users can perform Vantage exports.

## Request body

- VantageExportRequest — Request model for Vantage export operations (actual export, no default limit)
  - `limit` integer, nullable — Optional limit on number of records to export (default: no limit)
  - `start_time_utc` string, date-time, nullable — Start time for data export in UTC
  - `end_time_utc` string, date-time, nullable — End time for data export in UTC

## Response `200`

Successful Response

- VantageExportResponse — Response model for Vantage export operations
  - `message` string, required
  - `status` string, required
  - `dry_run_data` object, nullable — Dry run data including usage data and FOCUS transformed data
  - `summary` object, nullable — Summary statistics for dry run

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/sea-lion/apis/litellm-api.md) · [All operations](https://skmtc.net/sea-lion/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sea-lion/litellm-api/revisions/1e929292ddd5/schema)
