Read Shared File
Shared Files

Read Shared File

Read Shared File

GET/v2/agents/{agent_id}/shared/files/read

Path Parameters

agent_idstring · uuidrequired

Query Parameters

pathstringrequired
Request
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"
}