List all sessions in the current project.
A list of sessions in the current project.
The response for a failed request.
{- "items": [
- {
- "id": 0,
- "type": "CLIENT_CREDENTIALS",
- "status": "READY",
- "creationTime": 1730204346000,
- "expirationTime": 1730204346000,
- "clientId": "string"
}
], - "nextCursor": "string",
- "previousCursor": "string"
}