API Reference
Timeline
Operations about timelines
GET
/timeline/
{repo_id}
Return timeline for a project
Operations about timelines
{repo_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"
}