Options
| Parameter | Type | Description |
|---|---|---|
branch | Optional | Branch name to list commits from. Defaults to the default branch. |
limit | Optional | Maximum number of commits to return |
cursor | Optional | Pagination cursor from a previous response |
Response
| Field | Type | Description |
|---|---|---|
commits | Array | List of commit objects |
nextCursor (TypeScript)next_cursor (Python) | Optional | Cursor for the next page (absent when no more results) |