Nokku LogoNokku
Nokku LogoNokku

ListSessions

ListSessions

nokku.v1.DaemonService
GET
https://app.nokku.sh/v1/workspaces/{workspace_id}/daemons/{daemon_id}/sessions

path Parameters

workspace_idstring <uuid>required
Example 497f6eca-6276-4993-bfeb-53cbbbba6f08
daemon_idstring <uuid>required
Example 497f6eca-6276-4993-bfeb-53cbbbba6f08

Authorization

  • BearerAuth (bearer)

    PASETO token authentication. Include the token in the Authorization header: `Authorization: Bearer <token>`

  • CookieAuth (apiKey in cookie)

    Cookie-based authentication (recommended for web applications). The session cookie is automatically sent by browsers after login.

Responses

200

Success

application/json

object
sessions?
array<object>
object
sessionId?
string
username?
string
userId?
string
daemonName?
string

Code Samples

Example Responses