get-contributors
Returns aggregated contributor stats (commit count, lines added/deleted, first/last commit) for a project (all vaults) or a single vault. Provide exactly one of project_id or vault_id. Requires full data access (a paid plan; verification-only plans are not included). Requires X-API-Key (existing users can generate an API key in the web app). If headers aren't supported, pass api_key in arguments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (default 50, max 200). | |
| author | No | Filter: exact match on commit author (case-insensitive). | |
| branch | No | Filter: exact match on branch name. | |
| offset | No | Number of results to skip, for pagination. | |
| api_key | No | Optional API key for clients that cannot set X-API-Key headers. | |
| date_to | No | Filter: commits on or before this date (YYYY-MM-DD). | |
| vault_id | No | Vault id (from create-code-vault or list_vaults). Returns data for this vault only. | |
| date_from | No | Filter: commits on or after this date (YYYY-MM-DD). | |
| project_id | No | Project id (from create_project). Returns data aggregated across all vaults in the project. |