List Git Accounts
list_git_accountsRetrieve all Git accounts configured in Coalesce, with optional filtering by account owner for org admins.
Instructions
List all Git accounts configured in Coalesce.
Args:
accountOwner (string, optional): User ID of the account owner. Org admins can manage other users' accounts
Returns: { data: GitAccount[], next?: string, total?: number }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountOwner | No | User ID of the account owner (org admins can manage other users' accounts) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| next | No | ||
| total | No |