Get a project repository commits

GET {{baseUrl}}/v3/projects/:id/repository/commits?ref_name=<string>&since=<string>&until=<string>&page=0&per_page=20&path=<string>

Get a project repository commits

Request Params

KeyDatatypeRequiredDescription
ref_namestringThe name of a repository branch or tag, if not given the default branch is used
sincestringOnly commits after or in this date will be returned
untilstringOnly commits before or in this date will be returned
pagenumberThe page for pagination
per_pagenumberThe number of results per page
pathstringThe file path

RESPONSES

status: OK

{&quot;author_email&quot;:&quot;laborum nostrud in&quot;,&quot;author_name&quot;:&quot;veniam aliquip amet&quot;,&quot;committer_email&quot;:&quot;ad amet labore irure&quot;,&quot;committer_name&quot;:&quot;id occ&quot;,&quot;created_at&quot;:&quot;deserunt fugiat mollit&quot;,&quot;id&quot;:&quot;reprehenderit officia sunt incid&quot;,&quot;message&quot;:&quot;amet nostrud dolore non id&quot;,&quot;short_id&quot;:&quot;incididunt commodo sed enim consequat&quot;,&quot;title&quot;:&quot;est proident&quot;}