Skip to main content
GET
Global Search

Authorizations

Authorization
string
header
required

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

Headers

X-API-Key
string | null

Query Parameters

q
string
default:""

Search query

limit
integer
default:10

Max results per type

Required range: 1 <= x <= 50
type[]
enum<string>[] | null
Available options:
dataset,
project,
scan,
result,
user
include_results
boolean
default:false

Include scan results in the search

Cookies

blindsight_session
string | null

Response

Successful Response

query
string
required
took_ms
integer
required
datasets
SearchDatasetItem · object[]
projects
SearchProjectItem · object[]
scans
SearchScanItem · object[]
results
SearchResultItem · object[]
users
SearchUserItem · object[]