Retrieve Model Result
Retrieves a model result.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
result_id
The UUID of the model result.
Response
Successful Response
output
The output of the model
id
The external UUID of the model result
created_at
The UTC time the model result was created
input_file_name
The name of the input file
input_file_size
The size of the input file in bytes
model
The string ID of the model
user_vote
Current user’s vote: 1, -1, or null

