Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
List all SSH keys for a user or their organization.
Args: request: FastAPI request object uid: Authenticated user ID (from dependency) org: If True, list organization SSH keys. Otherwise list user keys.
Returns: SshKeyListResponse: Contains keys array and TSV-formatted message
Raises: HTTPException: On various error conditions
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.