latestOpenAPI 3.1.02026-08-1963241304.5 KB

ae394a06c465

test_insights

Get a quarantined test

Retrieve a single quarantined test by its quarantine ID.

get/ci/{owner}/repositories/{repository}/quarantines/{quarantine_id}

Path parameters

quarantine_idstring uuid required
ownerstring required

The owner of the repository

The owner of the repository

repositorystring required

The name of the repository

The name of the repository

Response

Successful Response

idstring uuid required

Unique identifier of the quarantine record.

test_namestring required

Fully qualified name of the quarantined test.

test_idstring uuid required

Stable identifier of the test, derived from its name. Identical across every quarantine of the same test and matches the test_id filter on the list endpoint.

reasonstring required

Free-form reason recorded when the test was quarantined.

branchstring nullable required

Branch name this quarantine applies to. null means the test is quarantined on every branch.

created_atstring date-time required

UTC timestamp when the test was added to quarantine.

source'manual' | 'auto'
is_recoveredboolean required

True when recent runs of this test are healthy, suggesting the quarantine could be removed.