The Trunk Flaky Tests API provides access to check the status of Trunk services and fetch quarantined tests in your project. The API is an HTTP REST API, returns JSON from all requests, and uses standard HTTP response codes.
All requests must be authenticated by providing the x-api-token
header.
{% openapi src="../.gitbook/assets/openapi.json" path="/flaky-tests/list-quarantined-tests" method="post" %} openapi.json {% endopenapi %}