List Models Results
Retrieves a list of model results.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
skip
The number of model results to skip.
limit
The number of model results to include.
model_str_id
Filter by model str_id.
start_date
Filter results created on or after this date.
end_date
Filter results created on or before this date.
Response
Successful Response
id
The external UUID of the model result
model
The name of the model
created_at
The UTC time the model result was created
output
The output of the model

