Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Project-scoped API key. It cannot access account routes or create additional projects.

Headers

Bisibility-API-Version
enum<string>

API contract version requested by the client. Omit this header to use the current backward-compatible behavior.

Available options:
v1

Query Parameters

limit
integer
default:50

Maximum signals to return. Defaults to 50.

Required range: 1 <= x <= 200
cursor
string

Opaque v3 cursor returned as meta.next_cursor from the previous page.

source
enum<string>

Filter by signal source.

Available options:
rank_tracker,
search_analytics,
url_inspection,
sitemap,
deploy,
cms,
search_engine_status,
manual,
api
type
string

Filter by signal type.

from
string<date-time>

Return signals at or after this ISO-8601 date-time.

to
string<date-time>

Return signals at or before this ISO-8601 date-time.

Response

JSON response

data
object[]
required
meta
object
required