List inference requests

Authentication

X-Api-Keystring

API key authentication via X-Api-Key header

OR
AuthorizationBearer
Bearer token authentication via Authorization header

Query parameters

endpoint_idstring or nullOptional

Exact-match endpoint filter, e.g. kling-v3-pro/image-to-video.

capabilitystring or nullOptional

Filter by capability segment (e.g. text-to-image).

model_idstring or nullOptional

Filter by model segment (e.g. kling-v3-pro).

statusenum or nullOptional
Filter by lifecycle status.
Allowed values:
startdatetime or nullOptional

Inclusive lower bound on created_at (ISO 8601).

enddatetime or nullOptional

Exclusive upper bound on created_at (ISO 8601).

expandlist of strings or nullOptional

Optional response expansions. Pass payloads to include the input and output payloads on each item (omitted by default to keep list responses light).

limitintegerOptional1-100Defaults to 25
offsetintegerOptional>=0Defaults to 0

Response

Successful Response
itemslist of objects
next_offsetinteger or null
has_morebooleanDefaults to false