Skip to main content
GET
List fanout queries

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

offset
number
default:0
Required range: x >= 0
limit
number
default:20
Required range: 1 <= x <= 100
startDate
string

Inclusive start of the period, YYYY-MM-DD (UTC). Omit for no lower bound.

Example:

"2026-07-01"

endDate
string

Inclusive end of the period, YYYY-MM-DD (UTC). Omit for no upper bound.

Example:

"2026-07-28"

query
string

Filter by query substring, case-insensitive. Stored queries are already lower-cased, so casing here does not matter either.

Example:

"screen recorder"

type
enum<string>
default:new

Derived from the work linked to the query, the same rule keywords use. new: the worklist, no article planned and none written (default) | planned: has a write_article action but no article yet | processed: has a linked article | all: every non-archived query | archived: queries hidden from the worklist

Available options:
all,
planned,
processed,
new,
archived
sortBy
enum<string>
default:searches
Available options:
searches,
lastSeenAt,
firstSeenAt,
query
sortOrder
enum<string>
default:desc
Available options:
asc,
desc

Response

200 - application/json
data
object