Skip to content

Builds

GET
/v1/data/builds

Returns a list of all builds within the module.

Authorizations

Buildnote-Api-Key
TypeAPI Key (header: Buildnote-Api-Key)

Parameters

Query Parameters

fromTs

Unix timestamp (in milliseconds) defining beginning of time range.

Typeinteger
Format"int64"
toTs

Unix timestamp (in milliseconds) defining end of time range.

Typeinteger
Format"int64"
org*

Organisation name

Typestring
Required
project*

Project name

Typestring
Required
module*

Module name

Typestring
Required

Responses

OK

application/json
JSON
{
"builds": [
[
"example-build-id"
]
]
}

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python