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

## Changes

- **2026-05-27** `a0acb3a6a101` — 2 breaking, 1 info
  - the response property `items/session_id` became optional for the status `200`
  - response property `items/session_id` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - added the optional property `items/all_experiments` to the response with the `200` status

[Change history](https://skmtc.dev/langchain-ai/apis/langsmith/changes/api/v1/bulk-exports/get.md)

---

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