GET
/
api
/
v0
/
mental_health
/
inquiries
/
{id}

Authorizations

Authorization
string
headerrequired

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string
required

Response

200 - application/json
id
string
required

unique generated (uuid4) id for the inquiry

status
enum<string>
required

status of the inquiry

Available options:
SCHEDULED,
IN_PROGRESS,
SUCCESS,
UNSUCCESSFUL,
UNKNOWN
creation_ts
string
required

timestamp of when the inquiry was created

summary
string

summary of the call results

results
object

The output from the call containing the benefits results..

request
object
required

The request that was used to create the inquiry.