[GH-ISSUE #1491] DOC: <Issue related to /observability/how_to_guides/data_export> #32

Open
opened 2026-02-17 17:19:02 -05:00 by yindo · 0 comments
Owner

Originally created by @yara-qumis on GitHub (May 13, 2025).
Original GitHub issue: https://github.com/langchain-ai/docs/issues/1491

curl --request GET --url 'https://api.smith.langchain.com/api/v1/bulk-exports' --header "X-API-Key: ${LANGCHAIN_API_KEY}" --header 'X-Tenant-Id: 4bf41bb8-3745-4851-b121-99e1b60e4430' | jq .
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 2013 100 2013 0 0 5017 0 --:--:-- --:--:-- --:--:-- 5019
[
{
"bulk_export_destination_id": "0a91a355-8a88-422c-9546-72c183b95b5c",
"session_id": "af346d69-58a0-4fa3-bf11-5598bd7c0f65",
"start_time": "2025-05-13T16:20:34+00:00",
"end_time": "2025-05-13T17:20:34+00:00",
"format": "Parquet",
"compression": "gzip",
"id": "c99c166d-fe19-4027-be10-3ca14f3b3260",
"tenant_id": "4bf41bb8-3745-4851-b121-99e1b60e4430",
"status": "Completed",
"created_at": "2025-05-13T16:20:35.012908+00:00",
"updated_at": "2025-05-13T16:21:01.251257+00:00",
"finished_at": "2025-05-13T16:21:01.250291+00:00"
},
]

DEST INFO
{"destination_type":"s3","display_name":"My S3 Destination","config":{"endpoint_url":null,"prefix":"","bucket_name":"langsmith-data-export","region":"us-east-2"},"id":"0a91a355-8a88-422c-9546-72c183b95b5c","tenant_id":"4bf41bb8-3745-4851-b121-99e1b60e4430","created_at":"2025-05-13T15:37:29.526397+00:00","updated_at":"2025-05-13T15:37:29.526397+00:00","credentials_keys":["access_key_id","secret_access_key"]}%

and yetttttt

aws s3 ls langsmith-data-export
PRE ls/
PRE tmp/

NOTHING (tmp and ls) are empty

Originally created by @yara-qumis on GitHub (May 13, 2025). Original GitHub issue: https://github.com/langchain-ai/docs/issues/1491 curl --request GET --url 'https://api.smith.langchain.com/api/v1/bulk-exports' --header "X-API-Key: ${LANGCHAIN_API_KEY}" --header 'X-Tenant-Id: 4bf41bb8-3745-4851-b121-99e1b60e4430' | jq . % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2013 100 2013 0 0 5017 0 --:--:-- --:--:-- --:--:-- 5019 [ { "bulk_export_destination_id": "0a91a355-8a88-422c-9546-72c183b95b5c", "session_id": "af346d69-58a0-4fa3-bf11-5598bd7c0f65", "start_time": "2025-05-13T16:20:34+00:00", "end_time": "2025-05-13T17:20:34+00:00", "format": "Parquet", "compression": "gzip", "id": "c99c166d-fe19-4027-be10-3ca14f3b3260", "tenant_id": "4bf41bb8-3745-4851-b121-99e1b60e4430", "status": "Completed", "created_at": "2025-05-13T16:20:35.012908+00:00", "updated_at": "2025-05-13T16:21:01.251257+00:00", "finished_at": "2025-05-13T16:21:01.250291+00:00" }, ] DEST INFO {"destination_type":"s3","display_name":"My S3 Destination","config":{"endpoint_url":null,"prefix":"","bucket_name":"langsmith-data-export","region":"us-east-2"},"id":"0a91a355-8a88-422c-9546-72c183b95b5c","tenant_id":"4bf41bb8-3745-4851-b121-99e1b60e4430","created_at":"2025-05-13T15:37:29.526397+00:00","updated_at":"2025-05-13T15:37:29.526397+00:00","credentials_keys":["access_key_id","secret_access_key"]}% and yetttttt aws s3 ls langsmith-data-export PRE ls/ PRE tmp/ NOTHING (tmp and ls) are empty
yindo added the external label 2026-02-17 17:19:02 -05:00
yindo changed title from DOC: <Issue related to /observability/how_to_guides/data_export> to [GH-ISSUE #1491] DOC: <Issue related to /observability/how_to_guides/data_export> 2026-06-05 17:24:39 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#32