Skip to main content
GET
List cited pages

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"

domain
string

Filter by domain substring, case-insensitive. rankspot matches www.rankspot.ai and rankspot.co.uk.

Example:

"rankspot"

type
enum<string>
default:new

new: the worklist, pages not yet acted on (default) | processed: pages marked as handled | archived: pages hidden from the worklist

Available options:
new,
processed,
archived
sortBy
enum<string>
default:citations
Available options:
citations,
lastSeenAt,
firstSeenAt,
domain
sortOrder
enum<string>
default:desc
Available options:
asc,
desc

Response

200 - application/json
data
object