Skip to main content
GET
List the caller's active wizard sessions
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

GET /source-creator/sessions Description: Lists up to 20 of the calling user’s own non-expired sessions (status != 'expired'), most recently updated first, with a lightweight projection (no file analysis / mappings / queries payload — use GET /sessions/{id} for full state). Authorization:
  • Required role: admin or higher
Method: GET

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Response

Sessions retrieved successfully

status
string
Example:

"success"

message
string
Example:

"Sessions retrieved successfully"

data
object[]