List workspace hatches
listList every hatch in a workspace. Returns { workspaceId, name, count, hatches: [{ tenantId, slug, url, apex, kind, tier, state, expiresAt, createdAt }] }. Use this when you lost tenantIds, before hatching (so you do not create a duplicate), or when the user asks what is live in the workspace. workspaceId is optional when this connector is already paired to a workspace. Requires a workspace-paired session — call whoami, then get_pairing_code with workspaceId if unidentified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | No | Workspace to list. Omit when the session is already scoped to a workspace. | |
| sessionToken | No | Optional paired session token from poll_pairing (when Authorization headers are unavailable). |