List Models Results

Retrieves a list of model results.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

skipintegerOptionalDefaults to 0
The number of model results to skip.
limitintegerOptionalDefaults to 100
The number of model results to include.

Response

Successful Response
idstring
The external UUID of the model result
modelstring
The name of the model
created_atdatetime
The UTC time the model result was created
outputmap from strings to any
The output of the model

Errors