List all sessions in the current project.
A list of sessions in the current project.
The response for a failed request.
curl -i -X GET \ 'https://api.cognitedata.com/api/v1/projects/publicdata/sessions?status=ready&cursor=string&limit=25' \ -H 'Authorization: Bearer <YOUR_OpenID Connect or OAuth2 token_HERE>'
{- "items": [
- {
- "id": 0,
- "type": "CLIENT_CREDENTIALS",
- "status": "READY",
- "creationTime": 1730204346000,
- "expirationTime": 1730204346000,
- "clientId": "string"
}
], - "nextCursor": "string",
- "previousCursor": "string"
}