project_issues
Retrieve code issues from a DeepSource project, filtering by file path, analyzer, or tags. Supports pagination and automatic multi-page fetching.
Instructions
Get issues from a DeepSource project with filtering capabilities
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectKey | Yes | DeepSource project key to fetch issues for | |
| path | No | Filter issues by file path | |
| analyzerIn | No | Filter issues by analyzer shortcodes | |
| tags | No | Filter issues by tags | |
| first | No | Number of items to retrieve (forward pagination) | |
| after | No | Cursor to start retrieving items after (forward pagination) | |
| last | No | Number of items to retrieve (backward pagination) | |
| before | No | Cursor to start retrieving items before (backward pagination) | |
| page_size | No | Number of items per page (alias for first, for convenience) | |
| max_pages | No | Maximum number of pages to fetch (enables automatic multi-page fetching) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issues | Yes | ||
| pageInfo | Yes | ||
| pagination | No | User-friendly pagination metadata | |
| totalCount | Yes |