GET project/{username}/{project}
Summary: —
Operation ID: —
Auth: unknown
Operation ID: —
Auth: unknown
Description
Build summary for each of the last 30 builds for a single git repo.
Parameters (5)
filter
(string, query, optional)
Restricts which builds are returned. Set to "completed", "successful", "failed", "running", or defaults to no filter.
Constraints: {'enum': ['completed', 'successful', 'failed', 'running']}
limit
(integer, query, optional, default: 30)
The number of builds to return. Maximum 100, defaults to 30.
Constraints: {'maximum': 100}
offset
(integer, query, optional, default: 0)
The API returns builds starting from this offset, defaults to 0.
project
(string, path, required)
XXXXXXXXX
username
(string, path, required)
XXXXXXXXX
No probe data for this endpoint yet.