runs
Fetch and filter analysis runs for a DeepSource project using project key, analyzer shortcodes, pagination, and cursor-based navigation.
Instructions
List analysis runs for a DeepSource project with filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectKey | Yes | DeepSource project key to fetch runs for | |
| analyzerIn | No | Filter runs by analyzer shortcodes | |
| 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 |
|---|---|---|---|
| runs | Yes | ||
| pageInfo | Yes | ||
| totalCount | Yes |