Travis CI API Docs

Active

Please Note that the naming of this endpoint may be changed. Our naming convention for this information is in flux. If you have suggestions for how this information should be presented please leave us feedback by commenting in this issue here or emailing support support@travis-ci.com.

A list of all the builds in an "active" state, either created or started.

Attributes

NameTypeDescription
buildsBuildsThe active builds.

Actions

For Owner

Returns a list of "active" builds for the owner.

GET
/owner/github_id/{github_id}/active
Template VariableTypeDescription
github_idUnknownDocumentation missing.
Query ParameterTypeDescription
include[String]List of attributes to eager load.
GET
/owner/{provider}/{login}/active
Template VariableTypeDescription
providerUnknownDocumentation missing.
loginUnknownDocumentation missing.
Query ParameterTypeDescription
include[String]List of attributes to eager load.
GET
/owner/{login}/active
Template VariableTypeDescription
loginUnknownDocumentation missing.
Query ParameterTypeDescription
include[String]List of attributes to eager load.