---
title: "Vantage Dry Run Export"
method: POST
path: "/vantage/dry-run"
tags: ["Vantage"]
---

# Vantage Dry Run Export

`POST /vantage/dry-run`

Perform a dry run export using the Vantage logger.

Returns the data that would be exported without actually sending it to Vantage.

Parameters:
- limit: Limit on number of records to preview (default: 500)

Only admin users can perform Vantage exports.

## Request body

- VantageDryRunRequest — Request model for Vantage dry-run operations (capped for preview)
  - `limit` integer, nullable — Limit on number of records to preview (default: 500)

## 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)
