Get a list of commits for a given application.
get/midgard/v0.1/vcsrepo/commits/{applicationId}
Fetches the commit log from the connected VCS Host API (GitHub, GitLab, etc.). Requires both a VCS Host and VCS Repo to be configured for the application.
Request
Authorization
X-AT
header
apiKey
Path Parameters
applicationIdThe ID of the application.
integer
REQUIRED
Query Parameters
sinceFilter commits after this unix timestamp.
string
untilFilter commits before this timestamp.
string
pagePage number to fetch.
integer
resultsPerPageNumber of results per page.
integer
Response
200VCS commit log retrieved successfully.
403User is not allowed to access this resource.
404Application not found or VCS configuration missing.
500Error decrypting API token.
Shell cURL
shell
Show schema
json