| Name | Type | Description |
|---|---|---|
prompt_identifier* | str | The identifier of the prompt in the format |
limit | Optional[int] | Default: NoneThe maximum number of commits to return. If |
offset | int | Default: 0The number of commits to skip before starting to return results. |
include_model | bool | Default: False |
List commits for a given prompt.
This method uses pagination to retrieve commits. It will make multiple API calls if necessary to retrieve all commits or up to the specified limit.
Whether to include the model information in the commit data.