Shared Files
Read Shared File
Read Shared File
GET
/v2/agents/{agent_id}/shared/files/readPath Parameters
agent_idstring · uuidrequiredQuery Parameters
pathstringrequiredRequest
curl --request GET \
--url https://api.brainbaselabs.com/v2/agents/{agent_id}/shared/files/read \
--header 'Authorization: Bearer YOUR_API_KEY'Response
json{
"path": "string",
"content": "string"
}