cURL
curl --request GET \ --url https://control-plane.kubiya.ai/api/v1/storage/files \ --header 'Authorization: <api-key>'
[ { "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": {} } ]
List files in organization’s storage.
Filter by path prefix
Maximum files to return
1 <= x <= 1000
Pagination offset
x >= 0
Successful Response
Was this page helpful?