Solo CRM
Reference

records · search

Requires `record:read`.

GET
/{orgSlug}/records/search

Authorization

bearerAuth
AuthorizationBearer <token>

An API key from Settings → Connect to Agents, or an OAuth access token. Never the session cookie.

In: header

Path Parameters

orgSlug*string

The workspace. Membership is what authorizes it.

Query Parameters

q*string
limit?string
semantic?string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/string/records/search?q=string"
{  "ok": true,  "data": null}