Agent Compliance

Get agent auth status

Returns whether an agent has stored authentication credentials and OAuth token status. Requires authentication.

get/api/registry/agents/{encodedUrl}/auth-status

Path parameters

encodedUrlstring required

URL-encoded agent URL

URL-encoded agent URL

Response

Auth status

has_authboolean required
agent_context_idstring nullable required
auth_type'bearer' | 'basic' | 'oauth' | 'oauth_client_credentials' | 'null' nullable required
has_oauth_tokenboolean required
has_valid_oauthboolean required
oauth_token_expires_atstring nullable required
has_oauth_client_credentialsboolean required

Changes

No recorded changes to this endpoint across all 1 revision of this API.