List all files associated with a computer
cURL
curl --request GET \ --url https://www.orgo.ai/api/computers/{id}/files \ --header 'Authorization: Bearer <token>'
{ "files": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "filename": "<string>", "size_bytes": 123, "content_type": "<string>", "created_at": "2023-11-07T05:31:56Z", "desktop_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } ] }
API key authentication. Format: sk_live_...
Computer ID
List of files
Show child attributes