Skip to main content
GET
List QA Issues

Authorizations

X-API-Key
string
header
required

Authenticate every request by passing your API key in the X-API-Key header. To get your key, go to Dashboard → API Keys and create or copy your Production API key.

Query Parameters

qaRuleId
string
required

The unique identifier of the QA issue for which QA issues are to be listed.

page
integer<int32>
default:0

The page number to retrieve, starting from 0.

size
integer<int32>
default:10

The number of results to return per page.

Response

OK

data
object[]
page
integer<int32>
size
integer<int32>
totalCount
integer<int64>
totalPages
integer<int32>
hasNext
boolean
hasPrevious
boolean