Get all issues for a specific repository in the organization.
Args: repo_id: Repository ID page: Page number (1-based) per_page: Items per page (1-100) severity: Comma-separated severity levels to filter by category: Comma-separated categories to filter by false_positive: Filter by false positive status (0=no, 1=yes, 2=review) scan_id: Filter by scan ID file_path: Filter by file path (partial match) user: Authenticated user from Clerk
Returns: Paginated list of issues for the repository
Raises: 400: Bad request (invalid repo ID format) 401: Unauthorized (invalid token) 403: Forbidden (repo not owned by user’s org) 404: Not found (repo not found) 500: Internal server error
Use an API key in the X-API-Key header.
Page number (1-based)
x >= 1
Items per page (1-100)
1 <= x <= 100
Comma-separated severity levels to filter by
Comma-separated categories to filter by
Filter by false positive status (True/False)
Filter by scan ID
Filter by file path (partial match)
Successful Response
The response is of type object
.