Skip to main content
GET
Get latest answer of asked question

Authorizations

api_key
string
query
required

Your secret API key is used to access every Miso API endpoint. You should secure this key and only use it on a backend server. Never leave this key in your client-side JavaScript code. If the private key is compromised, you can revoke it in Dojo and get a new one.

Specify your secret key in the api_key query parameter. For example:

Path Parameters

question_id
string<uuid>
required

Response

Successful Response

data
Data · object
required

The answer data containing the latest answer, sources, and related resources.

message
string
default:success

The status of the API response ('success' or other human readable api status).