Skip to main content
GET
getAuthSessions

Authorizations

x-api-key
string
header
required

API Key used to authenticate your requests. How to create one.

Path Parameters

workspaceId
string<uuid>
required

Your workspace ID. How to find it?

projectName
string
required

The name you assigned when creating the Project.

Response

200 - application/json

List of AuthSessions

id
string
required

The unique identifier for the authentication session

Minimum string length: 3
Pattern: ^[a-zA-Z0-9-(),_]+$
Example:

"auth-session-123"

type
enum<string>
required
Available options:
CREDENTIALS,
RECORDER,
RUNTIME
status
enum<string>
required
Available options:
PENDING,
READY,
EXPIRED