aap_get_project
Fetch full details of an Ansible Automation Platform project by providing its project ID. Returns complete project information as JSON.
Instructions
Get full details of an AAP project.
Args: params (GetProjectInput): - project_id (int): Project ID
Returns: str: JSON with full project details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |