mess_get_auth_keys
Retrieve all authentication keys for the current user from the IIITH Mess system, including expired keys, to manage API access and session credentials.
Instructions
Get all auth keys for the current user (including expired ones).
Args: params: auth_key or session
Returns: JSON array of AuthKey objects (name, user_id, created_at, expires_at)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |