List Issues
BetaRetrieves a list of Projects associated with a Workspace
Path parameters
ownerKeyOrId
The key or ID of the Workspace that owns the Project
projectKeyOrId
The key or ID of the Project to retrieve issues for
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
pillar
Filter issues by quality pillar
Allowed values:
category
Filter issues by category
level
Filter issues by severity level
Allowed values:
tool
Filter issues by the tool that detected them (e.g., eslint, typescript)
page[limit]
Maximum number of items to return
page[offset]
Number of items to skip
Response
This endpoint returns an object.
data
List of Issue items returned in the response
meta
Pagination metadata for the response