Skip to content

Show commit log

POST
/v1/sandbox/{sandboxID}/git/log

Show commit history with optional max count and date filtering.

sandboxID
required
string

Unique sandbox identifier.

object
path
required

Path to the git repository.

string
max_count

Maximum number of commits to show. Defaults to 10.

integer format: uint32
start_timestamp

Start timestamp filter for commit history.

string
nullable
end_timestamp

End timestamp filter for commit history.

string
nullable

Log output.

object
output
required

Command output text.

string
exit_code
required

Exit code of the git command.

integer format: int32

Bad request – validation error.

object
message
required

Summary message, e.g. “Invalid request”.

string
errors
required
Array<object>
object
field
required

JSON field name that failed validation (e.g. “path”, “command”).

string
error
required

Human-readable description of the validation failure.

string

Unauthorized – invalid or missing API key.

object
message
required

Human-readable error message.

string