Skip to main content
GET
/
answers
/
{questionId}
Retrieve an Answer
curl --request GET \
  --url https://getunblocked.com/api/v1/answers/{questionId} \
  --header 'Authorization: Bearer <token>'
{
  "state": "processing",
  "questionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "question": "<string>",
  "answer": "<string>",
  "references": [
    {
      "htmlUrl": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.getunblocked.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The API key to authenticate requests. Obtainable from the web dashboard.

Path Parameters

questionId
string<uuid>
required

The ID of a resource that can be retrieved from the service.

Example:

"12345678-abcd-123456789-123456789abc"

Response

OK

state
enum<string>
required
Available options:
processing,
complete
questionId
string<uuid>

The unique identifier for the question

question
string

The original question text that was asked

answer
string

The answer to the question in Markdown format

references
object[]

References used in the answer