Codevisor Server
Api reference

GET Sessions

GET/v1/sessions

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/sessions"
[  {    "id": "string",    "projectId": "string",    "serverId": "string",    "harnessId": "string",    "harnessAccountId": "string",    "agentSessionId": "string",    "title": "string",    "origin": "codevisor",    "isArchived": true,    "worktreeName": "string",    "cwd": "string",    "createdAt": "string",    "updatedAt": "string",    "usage": {      "used": 0,      "size": 0,      "costAmount": 0,      "costCurrency": "string"    }  }]
{  "error": "string"}
{  "error": "string"}
{  "error": "string"}