Skip to main content
GET
Unified cross-resource search

Authorizations

slog-api-key
string
header
required

API key obtained from the Slog dashboard or returned by the signup/invite-redeem flows. Pass as the slog-api-key header.

Query Parameters

q
string
required

The search query, in the Slog search query syntax.

limit
integer
default:50

Maximum number of results to return per page.

Required range: 1 <= x <= 250

Response

A page of mixed search results.

results
object[]

A single search hit. type discriminates the record kind; the remaining fields are that resource's default field set (which fields are present depends on the resource type).

pagination
object