ae394a06c465
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.
Path parameters
The owner of the repository
The owner of the repository
The name of the repository
The name of the repository
Query parameters
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.
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