Search

Full-text search over the org's own content (keyset paginated)

GET/search

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

q?string
Length1 <= length <= 200
Default""
kinds?string
cursor?string
limit?integer
Range1 <= value <= 50
Default20
organization?string

Organization slug (OAuth actors with several orgs); API keys imply theirs.

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/search"
{  "items": [    {      "property1": null,      "property2": null    }  ],  "next_cursor": "string"}