cURL
curl --request GET \ --url https://getunblocked.com/api/v1/ask/{apiQueryId} \ --header 'Authorization: Bearer <token>'
{ "state": "processing", "result": { "response": "<string>", "references": [ { "htmlUrl": "<string>" } ] } }
Get an API Q&A query result.
The API key to authenticate requests. Obtainable from the web dashboard.
The ID of a resource that can be retrieved from the service.
"12345678-abcd-123456789-123456789abc"
OK
The response is of type object.
object