Builds
Authenticate as a project with a project token.
Send it as a bearer token in the Authorization header:
Authorization: Bearer <project-token>
You can find your project token in your Argos project settings. Project tokens are used by CI and the SDK to create builds and deployments.
Result of build creation
Invalid parameters
Unauthorized
Conflict
Server error
Authenticate as a project with a project token.
Send it as a bearer token in the Authorization header:
Authorization: Bearer <project-token>
You can find your project token in your Argos project settings. Project tokens are used by CI and the SDK to create builds and deployments.
Result of build finalization
Invalid parameters
Unauthorized
Forbidden
Not found
Conflict
Server error
Authenticate as a project with a project token.
Send it as a bearer token in the Authorization header:
Authorization: Bearer <project-token>
You can find your project token in your Argos project settings. Project tokens are used by CI and the SDK to create builds and deployments.
The commits to look for an eligible baseline, ordered from the closest to the furthest ancestor. The first commit with an eligible baseline wins.
The name of the build to find a baseline for.
defaultThe mode of the build to find a baseline for.
ciPossible values: The eligible baseline build, or null when none is found
Invalid parameters
Unauthorized
Server error
Authenticate as a project with a project token.
Send it as a bearer token in the Authorization header:
Authorization: Bearer <project-token>
You can find your project token in your Argos project settings. Project tokens are used by CI and the SDK to create builds and deployments.
A unique identifier for the build
12345Only used for non-parallel builds. Indicates that this is the last request of the build, so Argos can finalize it. A build whose screenshots are too large to fit in a single request can split them across several sequential requests, leaving final falsy on every request but the last. Defaults to true.
Result of build update
Invalid parameters
Unauthorized
Forbidden
Not found
Conflict
Server error
Authenticate as a project with a project token.
Send it as a bearer token in the Authorization header:
Authorization: Bearer <project-token>
You can find your project token in your Argos project settings. Project tokens are used by CI and the SDK to create builds and deployments.
Number of items per page (max 100)
Page number
SHA1 hash
^[0-9a-f]{40}$Only return the latest builds created, unique by name and commit.
List of builds
Invalid parameters
Unauthorized
Forbidden
Not found
Server error
Authenticate as a project with a project token.
Send it as a bearer token in the Authorization header:
Authorization: Bearer <project-token>
You can find your project token in your Argos project settings. Project tokens are used by CI and the SDK to create builds and deployments.
The build number
42Build
Build
A unique identifier for the build
12345The build number
42The status of the build
The conclusion of the build
The URL of the build
Invalid parameters
Unauthorized
Forbidden
Not found
Server error
Authenticate as a project with a project token.
Send it as a bearer token in the Authorization header:
Authorization: Bearer <project-token>
You can find your project token in your Argos project settings. Project tokens are used by CI and the SDK to create builds and deployments.
The build number
42Number of items per page (max 100)
Page number
Only return diffs that require review. Matches changed, added, and removed, except removed is excluded for subset builds.
List of screenshot diffs
Invalid parameters
Unauthorized
Not found
Server error
Last updated
Was this helpful?