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
sessionId
string<uuid>
required

Session id from createSession.

Response

The session, with a freshly minted grant.

sessionId
string<uuid>
required
projectId
string
required

Bare project id, without the branch suffix.

branchName
string
required
ownerId
string
required

Account or organization that owns the project. Files live under the owner's storage namespace, not the caller's, which is why a shared or org-owned project needs this rather than your own user id.

dataPlane
object
required

Everything needed to address the data plane: where to send, what to send with, and the path parameters that are not obvious from the project id alone.

agent
object

What the session's agent is doing. Present on a session read, absent on create because nothing has been asked of the agent yet.