Skip to main content
GET
Get Repos

Authorizations

Authorization
string
header
required

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

Query Parameters

search
string | null
vc_ids
integer[]

List of VC IDs

repo_ids
integer[]

List of repository IDs

sort_by
enum<string>
default:created_at
Available options:
vc_id,
repo_id,
secrets_count,
created_at,
score_normalized,
author,
vulnerability_count
order_by
string | null
default:desc
page
integer
default:1
limit
integer
default:10
created_after
string<date-time> | null
created_before
string<date-time> | null

Response

Successful Response