Skip to main content
GET
cURL

Authorizations

Authorization
string
header
default:dav_ak_live_your_token
required

Personal access token. The scopes granted at issuance determine both which operations the key may call and the ceiling on the resource permissions it can exercise. Each scope family is a ladder: projects:manage implies projects:write and projects:read; cards:manage implies cards:write and cards:read; and teams:manage implies teams:write and teams:read. These are named API capability bundles, not blanket domain roles: manage exposes only the permissions enumerated for that scope and never bypasses the acting user's current role-based access.

Path Parameters

projectId
string
required

Project id. May be compound in the form {projectId}--{branchName}.

Minimum string length: 1
objectId
string
required

Id of an object in the project.

Minimum string length: 1

Query Parameters

branch
string
default:main
limit
integer
default:50
Required range: 1 <= x <= 200

Response

The object's history on this branch.

objectId
string
required
found
boolean
required

False when no commit on this branch ever touched the object.

totalChanges
integer
required
Required range: x >= 0
history
object[]
required

Newest first. Commits that did not change the object are omitted.