recent_run_issues
Retrieve issues from the most recent DeepSource analysis run on a specific branch using the project key and branch name.
Instructions
Get issues from the most recent analysis run on a specific branch
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectKey | Yes | DeepSource project key to fetch issues for | |
| branchName | Yes | Branch name to fetch the most recent run from | |
| 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 |
|---|---|---|---|
| run | Yes | ||
| issues | Yes | ||
| pageInfo | Yes | ||
| totalCount | Yes |