
Aikido Get
CertifiedGet details of an Aikido issue group
Aikido Get
Get details of an Aikido issue group
Fetches full details for a single Aikido issue group by ID.
type: io.kestra.plugin.aikido.issues.GetExamples
Fetch details of a specific issue group
id: get_issue_details
namespace: company.security
inputs:
- id: issue_group_id
type: STRING
tasks:
- id: get_issue
type: io.kestra.plugin.aikido.issues.Get
clientId: "{{ secret('AIKIDO_CLIENT_ID') }}"
clientSecret: "{{ secret('AIKIDO_CLIENT_SECRET') }}"
issueGroupId: "{{ inputs.issue_group_id }}"
Properties
clientId *Requiredstring
OAuth2 client ID
Client ID of an Aikido API client with the OAuth2 scopes required by the tasks and triggers being used (for example issues: read, repositories: write). Client credentials are created in the Aikido console under Settings > API access.
clientSecret *Requiredstring
OAuth2 client secret
Client secret of the Aikido API client. Exchanged for a short-lived JWT Bearer token on first use (and transparently refreshed before it expires); never logged or included in error messages.
issueGroupId *Requiredstring
Issue group ID
baseUrl string
https://app.aikido.devAikido API base URL
Base URL of the Aikido Security application for your account's region: https://app.aikido.dev (Europe, default), https://app.us.aikido.dev (United States), https://app.au.aikido.dev (Australia), or https://app.me.aikido.dev (Middle East). The OAuth2 token endpoint is derived from this same host, so a region override applies to both authentication and API calls.
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
Outputs
issue
The issue group's details
io.kestra.plugin.aikido.issues.IssueGroup
A short description of this issue
Unix timestamp (seconds) when this issue was first detected
The current status of the issue group
One of new, todo, task_open, task_closed, or pull_request_open.
How to fix this issue
The issue group's ID in Aikido
Locations where this issue was found
io.kestra.plugin.aikido.issues.Location
The location's ID in Aikido
The location's name
The location's type
One of cloud, code_repo, or container_repo.
CVE IDs related to this issue group
Human-friendly severity
One of critical, high, medium, or low.
Numeric severity, from 1 (lowest) to 100 (highest)
Estimated time in minutes to fix this issue
A human-readable title for this issue group
The type of issues in this group
One of open_source, leaked_secret, cloud, iac, sast, surface_monitoring, malware, eol, scm_security, ai_pentest, or license.