Skip to main content
GET
/
api
/
sessions
cURL
curl http://localhost:18080/api/sessions
{
  "sessions": [
    {
      "id": "<string>",
      "workspaceId": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "completedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Query Parameters

workspaceId
string

Filter by space ID

Response

200 - application/json

List of sessions

sessions
object[]