Retrieve Model Result

Retrieves a model result.

Path parameters

idstringRequired
The UUID of the model result.

Headers

AuthorizationstringRequired

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

Response

Successful Response
outputmap from strings to any
The output of the model
idstring
The external UUID of the model result
created_atdatetime
The UTC time the model result was created
input_file_namestring
The name of the input file
input_file_sizeinteger
The size of the input file in bytes
modelstring
The string ID of the model

Errors