Overview

Check your current authentication status with the NimbleTools platform, including token validity and user information.

Syntax

ntcli auth status

Examples

Basic Status Check

ntcli auth status
When authenticated:
✅ Authenticated as john@example.com
User ID: user_abc123
Account: Personal
Logged in: 2024-01-15 10:30:00 UTC
Token expires: Never (non-expiring)
When not authenticated:
❌ Not authenticated
Please run 'ntcli auth login' to authenticate

What Gets Checked

The status command verifies:

JWT Token

Validates your stored NimbleTools JWT token

Token Expiry

Checks if the token is still valid and when it expires

User Profile

Displays your account information

API Connectivity

Tests connection to the NimbleTools API

Status Information

FieldDescription
EmailYour NimbleTools account email
User IDUnique user identifier
Account TypePersonal or Organization account
Login TimeWhen you last authenticated
Token ExpiryWhen your authentication expires