get_all_checks | SELECT | deploymentId, teamId | List all of the checks created for a deployment. |
get_check | SELECT | checkId, deploymentId, teamId | Return a detailed response for a single check. |
create_check | INSERT | deploymentId, teamId, data__blocking, data__name | Creates a new check. This endpoint must be called with an OAuth2 or it will produce a 400 error. |
_get_all_checks | EXEC | deploymentId, teamId | List all of the checks created for a deployment. |
rerequest_check | EXEC | checkId, deploymentId, teamId | Rerequest a selected check that has failed. |
update_check | EXEC | checkId, deploymentId, teamId | Update an existing check. This endpoint must be called with an OAuth2 or it will produce a 400 error. |