Lister les modèles
Liste les modèles de ton organisation, les plus récents d’abord, avec filtres category/status et pagination.
category (style, object, person, setting) et/ou status,
et pagine avec limit et offset. La réponse inclut un objet pagination
(limit, offset, has_more). Nécessite le scope models.read.Autorisations
Organization API key as a bearer token: Authorization: Bearer samsa_sk_....
Paramètres de requête
Filter to a single category. Public model category (ADR §8.2).
Maps to the internal ModelType stored in models.type (NOT the separate
models.category column). setting is the public name for internal
SCENE; the others are a straight upper/lower-case swap. Internal BASE is
never exposed publicly.
style, object, person, setting Filter to a single creation status. Public model creation / readiness status — the lower-cased internal status.
pending, processing, completed, failed Maximum number of models to return (1-100).
1 <= x <= 100Number of models to skip.
x >= 0Réponse
Successful Response

