Document all_experiments option for bulk exports#4180
Open
langsmith-fleet[bot] wants to merge 3 commits into
Open
Document all_experiments option for bulk exports#4180langsmith-fleet[bot] wants to merge 3 commits into
all_experiments option for bulk exports#4180langsmith-fleet[bot] wants to merge 3 commits into
Conversation
c9f9307 to
7979b80
Compare
Contributor
|
Mintlify preview branch generated: Site preview: https://langchain-5e9cc07a-preview-docsad-1779980884-cf903d3.mintlify.app Preview links may take a few minutes to start working while the deployment finishes. Changed documentation pages (preview deep links): |
|
|
||
| You can optionally add a `filter` expression to narrow the set of runs exported. Refer to our [filter query language](/langsmith/trace-query-syntax#filter-query-language) and [examples](/langsmith/export-traces#use-filter-query-language) for syntax. Not setting the `filter` field will export all runs. | ||
|
|
||
| ### Export all experiments |
Contributor
There was a problem hiding this comment.
- would note that you can do this for scheduled/recurring as well
- there is a limit: 250 max experiments. to export more, query the
all_experimentsbulk export to see which tracing projects (i.e. experiments) have been exported, then create standard bulk exports for the remaining. alternatively, request for this limit to be increased for your workspace by reaching out to support
Contributor
There was a problem hiding this comment.
there is no limit for self-hosted though
Brian Vander Schaaf (bvs-langchain)
approved these changes
May 28, 2026
|
|
||
| You can optionally add a `filter` expression to narrow the set of runs exported. Refer to our [filter query language](/langsmith/trace-query-syntax#filter-query-language) and [examples](/langsmith/export-traces#use-filter-query-language) for syntax. Not setting the `filter` field will export all runs. | ||
|
|
||
| ### Export all experiments |
Contributor
There was a problem hiding this comment.
this will also need a note on which self-hosted version it's available from (not available yet, likely later today)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes DOC-1171
Summary
src/langsmith/data-export.mdxto document the newall_experimentsoption for bulk export jobs### Export all experimentssubsection under "Create an export job" with a description, curl example, and behavior noteall_experimentsas an alternative tosession_idThe
all_experiments: truefield lets users export every experiment session in the workspace (sessions with a non-nullreference_dataset_id) at once, without specifying individual project IDs. It is mutually exclusive withsession_id.Links
Verification
Not run; docs-only copy change with curl example derived from source schema.
Reviewers
Requested review from: Kathryn May (@katmayb), Florence Morris (@fjmorris)
This PR was opened by an automated documentation agent.