GET
/
live_commits
curl --request GET \
  --url https://example.com/api/live_commits/ \
  --header 'Authorization: Bearer <token>'
"<any>"

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

branch_name
string
page
integer
default:1

Page number

limit
integer
default:10

Number of items per page

sort_by
string
default:created_at
order_by
string
default:desc

Response

200
application/json
Successful Response

The response is of type any.