Skip to main content
GET
/
workspaces
/
{workspace_id}
/
workflows
/
sync
/
commits
Error
A valid request URL is required to generate request examples
[
  {
    "sha": "<string>",
    "message": "<string>",
    "author": "<string>",
    "author_email": "<string>",
    "date": "<string>",
    "tags": [
      "<string>"
    ]
  }
]
{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

workspace_id
string<uuid>
required

Query Parameters

branch
string
default:main

Branch name to fetch commits from

Required string length: 1 - 255
limit
integer
default:10

Maximum number of commits to return

Required range: 1 <= x <= 200

Response

Successful Response

sha
string
required

The commit SHA hash

Required string length: 40
message
string
required

The commit message

author
string
required

The commit author name

Maximum string length: 255
author_email
string
required

The commit author email

Maximum string length: 255
date
string
required

The commit date in ISO format

Maximum string length: 50
tags
string[]

List of tags associated with this commit