Unified cross-resource search
Runs a single text query across tasks, projects, and milestones and returns one
mixed, ranked result set. Each result is tagged with its type.
The q parameter accepts the Slog search query syntax — a whitespace-separated
list of terms ANDed together, with - for negation and comma for OR-within-a-field.
Terms may be free-text keywords, field:value filters, or is:/has:/no:
aliases. A few examples:
is:open assignee:@me priority:>=high due:<=+7d
billing is:overdue
type:task is:blocked team:ENG no:assignee
ref:^ENG-
Type-specific fields implicitly narrow which kinds are searched (e.g. priority:
restricts to tasks). See the Search guide for the full grammar.
Authorizations
API key obtained from the Slog dashboard or returned by the signup/invite-redeem
flows. Pass as the slog-api-key header.
Query Parameters
The search query, in the Slog search query syntax.
Maximum number of results to return per page.
1 <= x <= 250