curl --request GET \
--url https://api.getcargo.io/v1/ai/files/{uuid} \
--header 'Authorization: Bearer <token>'{
"file": {
"uuid": "<string>",
"workspaceUuid": "<string>",
"userUuid": "<string>",
"name": "<string>",
"isTemporary": true,
"folderUuid": "<string>",
"s3Filename": "<string>",
"openAiFileId": "<string>",
"contentType": "<string>",
"size": 123,
"createdAt": "<string>",
"updatedAt": "<string>",
"deletedAt": "<string>"
}
}Get an AI file by UUID
curl --request GET \
--url https://api.getcargo.io/v1/ai/files/{uuid} \
--header 'Authorization: Bearer <token>'{
"file": {
"uuid": "<string>",
"workspaceUuid": "<string>",
"userUuid": "<string>",
"name": "<string>",
"isTemporary": true,
"folderUuid": "<string>",
"s3Filename": "<string>",
"openAiFileId": "<string>",
"contentType": "<string>",
"size": 123,
"createdAt": "<string>",
"updatedAt": "<string>",
"deletedAt": "<string>"
}
}Was this page helpful?