Skip to main content
GET
Get an asked research question

Authorizations

Authorization
string
header
required

Account API key passed in the Authorization header

Path Parameters

linkedin_id
string
required

LinkedIn numeric company ID.

Example:

"104924588"

questionID
string
required

ID returned when the question was asked.

Response

OK

answers
object[] | null
required

Answers, present once the status is COMPLETED.

id
string
required

ID of this asked question. Poll it to collect the answer.

Example:

"b3c6f5e2-1234-4abc-9def-0123456789ab"

question
string
required

The question as asked.

Example:

"How many brands does this group manage?"

status
string
required

One of COMPLETED, PROCESSING, FAILED.

Example:

"PROCESSING"

updated_at
string<date-time>

When this question last produced an answer.