List Issues

Beta

Retrieves a list of Projects associated with a Workspace

Path parameters

ownerKeyOrIdstringRequired

The key or ID of the Workspace that owns the Project

projectKeyOrIdstringRequired

The key or ID of the Project to retrieve issues for

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

pillarlist of enumsOptional

Filter issues by quality pillar

Allowed values:
categorylist of enumsOptional

Filter issues by category

levellist of enumsOptional

Filter issues by severity level

Allowed values:
toollist of stringsOptional

Filter issues by the tool that detected them (e.g., eslint, typescript)

page[limit]integerOptional

Maximum number of items to return

page[offset]integerOptional

Number of items to skip

Response

This endpoint returns an object.
datalist of objects

List of Issue items returned in the response

metaobject

Pagination metadata for the response