latestOpenAPI 3.1.02026-08-1963241304.5 KB

ae394a06c465

test_insights

List quarantined tests

List the tests currently quarantined in the repository, ordered by quarantine creation time ascending. A quarantine applies to a specific branch or to all branches when branch is null.

Pagination is opt-in: pass per_page (and optionally cursor) to receive a bounded page with RFC 5988 navigation links. Omitting per_page returns the full list in a single response — this shortcut exists for backward compatibility and is expected to go away once all callers paginate.

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

Path parameters

ownerstring required

The owner of the repository

The owner of the repository

repositorystring required

The name of the repository

The name of the repository

Query parameters

branchstring nullable
test_idstring uuid nullable
source'manual' | 'auto'
cursorstring nullable

The opaque cursor of the current page. Must be extracted from RFC 5988 pagination links to get first/previous/next/last pages.

The opaque cursor of the current page. Must be extracted from RFC 5988 pagination links to get first/previous/next/last pages.

per_pageinteger nullable

The number of items per page. Omit to receive the full list in a single response; pass a value to opt into RFC 5988 cursor pagination.

The number of items per page. Omit to receive the full list in a single response; pass a value to opt into RFC 5988 cursor pagination.

Response

Successful Response

sizeinteger required

The number of items in this page

per_pageinteger nullable required

The number of items per page, or null when the endpoint was called without per_page and returned the full list in a single response.