get_eeat
get_eeatGet E-E-A-T analysis results
Retrieves the result of an E-E-A-T analysis.
guideId is always required: access is granted on the guide, so a request without it
is answered with 404 Guide not found. eeatId is an optional filter on top of it: pass it
to fetch one specific analysis of that guide, omit it to fetch the latest one.
An eeatId that does not belong to guideId is answered with 404, never with the
other account's data.
Poll this endpoint until status is done (results available) or failed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eeatId | No | Optional filter, ID of one specific analysis of that guide (returned by POST /api/v1/eeat). Omit it to get the latest analysis of `guideId`. | |
| guideId | Yes | ID of the guide the analysis belongs to. Required, and access is checked on it. |