GET
/
live_commits
/
scan

Authorizations

Authorization
string
header
required

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

Query Parameters

vc_ids
integer[]

List of VC IDs

repo_ids
integer[]

List of Repo IDs

commit_ids
string[]

List of Commit IDs

author
string

Filter by author name

commit_msg
string

Filter by commit message

page
integer
default:
1

Page number

limit
integer
default:
10

Number of items per page

scan_type
enum<string>
default:
SECRET

Filter by scan type: SECRET or VULNERABILITY

Available options:
SECRET,
VULNERABILITY

Search across all parameters

sort_by
string

Sort by 'repo_count', 'secret_count', or 'vulnerability_count'

order_by
string
default:
asc

Order by 'asc' or 'desc'

Response

200 - application/json

The response is of type any.