GitButler Logo

Timeline

GET
/timeline/{repo_id}

Get Timeline Repo Id

Return timeline for a project

Path Parameters

repo_id
Required
string

Repository ID

Status codeDescription
200Return timeline for a project
401Unauthorized
404Not found
/timeline/{repo_id}

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

Butler_API_Entities_TimelineEntry model

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