curl --request GET \
--url https://control-plane.kubiya.ai/api/v1/storage/files/{file_id}/metadata \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"file_name": "<string>",
"file_path": "<string>",
"content_type": "<string>",
"file_size_bytes": 123,
"checksum": "<string>",
"uploaded_by": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"last_accessed_at": "<string>",
"access_count": 123,
"provider": "<string>",
"tags": [
"<string>"
],
"custom_metadata": {}
}Get detailed file metadata.
curl --request GET \
--url https://control-plane.kubiya.ai/api/v1/storage/files/{file_id}/metadata \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"file_name": "<string>",
"file_path": "<string>",
"content_type": "<string>",
"file_size_bytes": 123,
"checksum": "<string>",
"uploaded_by": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"last_accessed_at": "<string>",
"access_count": 123,
"provider": "<string>",
"tags": [
"<string>"
],
"custom_metadata": {}
}Enter your Kubiya API token (format: Bearer
Successful Response
File metadata response
Was this page helpful?