Skip to content

DOC: <Issue related to /observability/how_to_guides/data_export> #789

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
yara-qumis opened this issue May 13, 2025 · 0 comments
Open

DOC: <Issue related to /observability/how_to_guides/data_export> #789

yara-qumis opened this issue May 13, 2025 · 0 comments

Comments

@yara-qumis
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant