Get products
Get list of products with pagination and filtering options. See Products.
Authorizations
API key authorization. Pass your API key in the Authorization header as a Bearer token. Both new (gsk_*) and legacy (gsk-) API keys are accepted, e.g. Authorization: Bearer gsk_... or Authorization: Bearer gsk-....
Query Parameters
Filter by product IDs
Filter by organization IDs
Filter by product names (exact match, multiple)
Filter by product name (partial match)
Filter by tags (returns products with at least one matching tag)
Filter by product origin: true returns demo/cloned products (source is not null), false returns user-created products (source is null). Combine with limit=0 to read only the matching count from the Content-Range header.
Filter products created at or after this timestamp (ISO 8601 format)
Filter products created at or before this timestamp (ISO 8601 format)
Sort parameters
Maximum number of results to return
Number of results to skip
Response
Products retrieved successfully
"prod_123"
"org_123"
"user_123"
"Sample Product"
"Sample product description"
EU AI Act risk classification. PROHIBITED: banned AI use cases. GPAI: general-purpose AI. GPAI_SYSTEMIC: GPAI with systemic risk. HIGH: high-risk AI system. SPECIAL_SYSTEM: special-category system.
PROHIBITED, GPAI, GPAI_SYSTEMIC, HIGH, SPECIAL_SYSTEM "HIGH"
EU AI Act operator role classification.
AUTHORISED_REPRESENTATIVE, DEPLOYER, DISTRIBUTER, IMPORTER, PRODUCT_MANUFACTURER, PROVIDER "PROVIDER"
"Internal use only"
"Can process and analyze data"
"Cannot process sensitive financial data"
"Must comply with data protection regulations"
Recover a turn's user-visible output for templated or non-LLM replies whose final answer lives on a non-LLM span. Set per product or version (version wins). Applied only when no LLM output is present.
Which sessions the product-level auto-close sweep considers. PRODUCTION (default) closes only production sessions; DEVELOPMENT only test sessions; ALL both; NONE disables auto-close.
NONE, DEVELOPMENT, PRODUCTION, ALL "PRODUCTION"
Minutes of inactivity after which an eligible session is auto-closed.
x >= 130
What happens when a new inference result is created for an already-closed session. IGNORE (default) drops it silently; REJECT returns an error.
REJECT, IGNORE "IGNORE"
Free-form labels for organizing products. Normalized to lowercase and trimmed on save.
Demo key the product was cloned from (e.g. "banking"); null for user-created products. Server-stamped on demo-clone; not client-writable.
"banking"