GET
/
pr
curl --request GET \
  --url https://example.com/api/pr/ \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Query Parameters

pr_id
integer | null
repo_ids
integer[] | null

List of Repo IDs

vc_ids
integer[] | null

List of VC IDs

page
integer
default:1

Page number

limit
integer
default:10

Number of items per page

pr_name
string | null

Response

200
application/json
Successful Response

The response is of type object.