Get Git Account
get_git_accountRetrieve connection details for a specific Git account by providing its ID and optionally the account owner's user ID.
Instructions
Get details of a specific Git account.
Args:
gitAccountID (string, required): The Git account ID
accountOwner (string, optional): User ID of the account owner
Returns: Git account object with connection details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountOwner | No | User ID of the account owner (org admins can manage other users' accounts) | |
| gitAccountID | Yes | The git account ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| message | No |