Skip to main content
GET
https://api.u1.archetypeai.app/v0.5
/
lens
/
info
curl https://api.dev.u1.archetypeai.app/v0.5/lens/info \
  -H "Authorization: Bearer $ATAI_API_KEY"
{
  "num_lenses": 29,
  "num_mounted_lenses": 29,
  "last_updated": 1765201323.1954613
}

Overview

This endpoint returns summary information about all lenses available to your organization.

Request

Authorization
string
required
Bearer token for authentication. Format: Bearer $ATAI_API_KEY

Response

num_lenses
integer
Total number of lenses available to your organization
num_mounted_lenses
integer
Number of currently mounted (active) lenses
last_updated
float
Unix timestamp of the last update to lens information
curl https://api.dev.u1.archetypeai.app/v0.5/lens/info \
  -H "Authorization: Bearer $ATAI_API_KEY"
{
  "num_lenses": 29,
  "num_mounted_lenses": 29,
  "last_updated": 1765201323.1954613
}