Lens API
Get Lens Metadata
Retrieve detailed metadata for all lenses available to your organization
GET
Overview
This endpoint returns detailed information about each lens available to your organization, including lens IDs, names, and configurations.Request
Optional. Filter the response to a specific lens by ID.
Optional. Shard index for pagination. Use
-1 to retrieve all lenses.Optional. Maximum items per shard. Use
-1 for no limit.Response
Returns an array of lens objects, each containing:Unique identifier for the lens
Human-readable name of the lens
Current status of the lens (e.g., “LENS_STATUS_MOUNTED”)
Whether the lens can be modified or deleted
Configuration object containing lens-specific settings and parameters