The ID of the application to retrieve commits for.
Response
Indicates whether the operation was successful.
success
if successful, error
if not.An array of commit objects.
Error Responses
Indicates whether the operation was successful.
error
if not successful.The error code indicating the reason for failure. Possible values:
UNAUTHORIZED
: The user is not authenticated or lacks sufficient permissions.FORBIDDEN
: The user does not have access to the application.APP_NOT_FOUND
: The specified application does not exist.