deepsource_run
Retrieve specific code analysis results using a runUid (UUID) or commitOid (commit hash) for in-depth code quality insights with DeepSource integration.
Instructions
Get a specific analysis run by its runUid (UUID) or commitOid (commit hash).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runIdentifier | Yes | The runUid (UUID) or commitOid (commit hash) to identify the run |
Input Schema (JSON Schema)
{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "runIdentifier": { "description": "The runUid (UUID) or commitOid (commit hash) to identify the run", "type": "string" } }, "required": [ "runIdentifier" ], "type": "object" }