Skip to main content
GET
Get model faq entry

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Organization-Id
string | null

Path Parameters

id
string<uuid>
required
model_id
string
required

Model ID. Use 'any' to search across all parents.

Response

The requested model faq entry.

Response shape.

id
string<uuid> | null
model_id
string<uuid> | null
question
string | null
answer
string | null
sort_order
integer | null
created_at
string<date-time> | null
updated_at
string<date-time> | null