Codevisor Server
Api reference

GET Projects Id Worktrees

GET/v1/projects/{id}/worktrees

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/projects/string/worktrees"
[  {    "id": "string",    "projectId": "string",    "serverId": "string",    "name": "string",    "branch": "string",    "path": "string",    "createdAt": "string"  }]
{  "error": "string"}
{  "error": "string"}
{  "error": "string"}