GitButler Logo
API Reference

Timeline

Operations about timelines

GET
/timeline/{repo_id}

Get Timeline Repo Id

Return timeline for a project

/timeline/{repo_id}

Path Parameters

repo_id
Required
string

Repository ID

curl -X GET "https://app.gitbutler.com/api/timeline/string"

Return timeline for a project

{
  "sha": "string",
  "target_tree_sha": "string",
  "time": "string",
  "message": "string",
  "trailers": "string",
  "branch_data": "string",
  "files": "string"
}