Skip to main content
GET
List your models
Gibt eine Seite der Modelle zurück, die deiner Organisation gehören, zuletzt erstellte zuerst. Filtere nach category (style, object, person, setting) und/oder status und paginiere mit limit und offset. Die Antwort enthält ein pagination-Objekt (limit, offset, has_more). Erfordert den models.read Scope.

Autorisierungen

Authorization
string
header
erforderlich

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

Abfrageparameter

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.

Verfügbare Optionen:
style,
object,
person,
setting
status
enum<string> | null

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

Verfügbare Optionen:
pending,
processing,
completed,
failed
limit
integer
Standard:20

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

Erforderlicher Bereich: 1 <= x <= 100
offset
integer
Standard:0

Number of models to skip.

Erforderlicher Bereich: x >= 0

Antwort

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[]
erforderlich
pagination
Pagination · object
erforderlich

Offset-pagination metadata for list responses.