Skip to main content
GET
List your models
Renvoie une page des modèles appartenant à ton organisation, les plus récemment créés d’abord. Filtre par 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

Authorization
string
header
requis

Organization API key as a bearer token: Authorization: Bearer samsa_sk_....

Paramètres de requête

category
enum<string> | null

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.

Options disponibles:
style,
object,
person,
setting
status
enum<string> | null

Filter to a single creation status. Public model creation / readiness status — the lower-cased internal status.

Options disponibles:
pending,
processing,
completed,
failed
limit
integer
défaut:20

Maximum number of models to return (1-100).

Plage requise: 1 <= x <= 100
offset
integer
défaut:0

Number of models to skip.

Plage requise: x >= 0

Réponse

Successful Response

GET /models response — one page of the models you can access.

The models you own (including your own private models) plus non-private models shared within your organization.

data
PublicModelSummary · object[]
requis
pagination
Pagination · object
requis

Offset-pagination metadata for list responses.