curl --request GET \
--url https://api.boostgpt.co/v1/bot/workspace/file \
--header 'Authorization: Bearer <token>'{
"file": {
"uuid": "<string>",
"file_path": "<string>",
"language": "<string>",
"content": "<string>",
"version": 123,
"size_bytes": 123,
"last_edited_by": "agent",
"created_at": "<string>",
"updated_at": "<string>"
}
}Read a single file from a workspace
curl --request GET \
--url https://api.boostgpt.co/v1/bot/workspace/file \
--header 'Authorization: Bearer <token>'{
"file": {
"uuid": "<string>",
"file_path": "<string>",
"language": "<string>",
"content": "<string>",
"version": 123,
"size_bytes": 123,
"last_edited_by": "agent",
"created_at": "<string>",
"updated_at": "<string>"
}
}Was this page helpful?