cURL
Inductions
List inductions for project
Get all inductions for a project
GET
cURL
Documentation Index
Fetch the complete documentation index at: https://developer.buildpass.global/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
What API version to use.
Available options:
v1 Example:
"v1"
Path Parameters
The ID of the builder
Example:
"buil_clgbsb90b001qjy0f0eo1hspp"
The ID of the project
Example:
"prj_clgbsb90b001qjy0f0eo1hspp"
Query Parameters
Filter by induction status
Available options:
REVIEWED, WAITING_REVIEW, CHANGES_REQUESTED Example:
"WAITING_REVIEW"
The number of items to skip before starting to collect the result set
Example:
0
The number of items to return
Required range:
x <= 25Example:
25