POST
/
api
/
workers
/
{workerId}
/
resources
/
query
curl --request POST \
  --url https://brainbase-monorepo-api.onrender.com/api/workers/{workerId}/resources/query \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "query": "<string>",
  "queryParams": "<string>",
  "resources": "<string>",
  "folderId": "<string>",
  "folderName": "<string>"
}'
{
  "data": {}
}

Authorizations

x-api-key
string
header
required

API key authentication

Path Parameters

workerId
string
required

Body

application/json

Response

200
application/json

Query results

The response is of type object.