You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: