---
title: "Get Bulk Exports"
method: GET
path: "/api/v1/bulk-exports"
tags: ["bulk-exports"]
---

# Get Bulk Exports

`GET /api/v1/bulk-exports`

Get the current workspace's bulk exports

## Response `200`

Successful Response

- BulkExport[]
  - `bulk_export_destination_id` string, uuid, required
  - `session_id` string, uuid, nullable
  - `all_experiments` boolean
  - `start_time` string, date-time, required
  - `end_time` string, date-time, nullable
  - `filter` string, nullable
  - `format` 'Parquet'
  - `format_version` 'v1' | 'v2_beta' — Enum for bulk export format versions.
  - `compression` 'none' | 'gzip' | 'snappy' | 'zstandard'
  - `interval_hours` integer, nullable
  - `export_fields` string[], nullable
  - `id` string, uuid, required
  - `tenant_id` string, uuid, required
  - `status` 'Cancelled' | 'Completed' | 'Created' | 'IntervalScheduled' | 'Failed' | 'TimedOut' | 'Running', required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `finished_at` string, date-time, nullable, required
  - `source_bulk_export_id` string, uuid, nullable

---

[API](https://skmtc.net/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.net/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/revisions/a0acb3a6a101/schema)
