Tests
Authenticate as a user with a personal access token.
Send it as a bearer token in the Authorization header:
Authorization: Bearer <personal-access-token>
Personal access tokens act on behalf of the user that created them and are required by endpoints that perform user actions, such as reviewing builds and posting comments.
Identifier of the change to update, as returned in a diff's change.id.
Period over which the test flakiness metrics are computed.
LAST_7_DAYSPossible values: Change ignored — returns the updated change
A test change: a specific visual difference (fingerprint) of a test that can be ignored to silence flaky changes.
Unique identifier of the change (a test + fingerprint pair). Use it with the ignore/unignore endpoints.
Whether this change is currently ignored. Ignored changes no longer require review and are automatically approved.
Number of times this change has been seen over the metrics period. A high count for a recurring change is a strong flakiness signal.
Invalid parameters
Unauthorized
Forbidden
Not found
Server error
Authenticate as a user with a personal access token.
Send it as a bearer token in the Authorization header:
Authorization: Bearer <personal-access-token>
Personal access tokens act on behalf of the user that created them and are required by endpoints that perform user actions, such as reviewing builds and posting comments.
Identifier of the change to update, as returned in a diff's change.id.
Period over which the test flakiness metrics are computed.
LAST_7_DAYSPossible values: Change unignored — returns the updated change
A test change: a specific visual difference (fingerprint) of a test that can be ignored to silence flaky changes.
Unique identifier of the change (a test + fingerprint pair). Use it with the ignore/unignore endpoints.
Whether this change is currently ignored. Ignored changes no longer require review and are automatically approved.
Number of times this change has been seen over the metrics period. A high count for a recurring change is a strong flakiness signal.
Invalid parameters
Unauthorized
Forbidden
Not found
Server error
Authenticate as a user with a personal access token.
Send it as a bearer token in the Authorization header:
Authorization: Bearer <personal-access-token>
Personal access tokens act on behalf of the user that created them and are required by endpoints that perform user actions, such as reviewing builds and posting comments.
The test identifier, as returned in a diff's test.id
WEB-xf23dSubscribed
A notification subscription.
Whether the authenticated user now receives notifications for this resource.
Invalid parameters
Unauthorized
Forbidden
Not found
Server error
Authenticate as a user with a personal access token.
Send it as a bearer token in the Authorization header:
Authorization: Bearer <personal-access-token>
Personal access tokens act on behalf of the user that created them and are required by endpoints that perform user actions, such as reviewing builds and posting comments.
The test identifier, as returned in a diff's test.id
WEB-xf23dUnsubscribed
A notification subscription.
Whether the authenticated user now receives notifications for this resource.
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.
Number of items per page (max 100)
Page number
Period over which the test flakiness metrics are computed.
LAST_7_DAYSPossible values: Restrict to the tests of a single build name.
Match tests on their name.
List of the project's tests, flakiest first
Invalid parameters
Unauthorized
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.
Number of items per page (max 100)
Page number
List of the project's ignored changes
Invalid parameters
Unauthorized
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 test identifier, as returned in a diff's test.id
WEB-xf23dPeriod over which the test flakiness metrics are computed.
LAST_7_DAYSPossible values: The test and its flakiness metrics
A test with its flakiness metrics, both aggregated and over time, and when it first and last changed.
Unique identifier of the test
Name of the test
Name of the build the test belongs to
ongoing when the test still runs — it showed up in the latest build of its build name. removed when it did not, so it was deleted, renamed or skipped.
When Argos first saw this test.
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$URL of the test in Argos.
Invalid parameters
Unauthorized
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 test identifier, as returned in a diff's test.id
WEB-xf23dNumber of items per page (max 100)
Page number
Period over which the test flakiness metrics are computed.
LAST_7_DAYSPossible values: Restrict the changes to the ones currently ignored (true) or to the ones still under review (false). Omit it to get both.
List of the test's changes
Invalid parameters
Unauthorized
Not found
Server error
Last updated
Was this helpful?