get_eeat
get_eeatGet E-E-A-T analysis results
Retrieves the result of an E-E-A-T analysis. Either pass eeatId (returned by POST /api/v1/eeat)
to fetch a specific analysis, or pass guideId to fetch the latest analysis for that guide.
Poll this endpoint until status is done (results available) or failed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eeatId | No | ID of a specific analysis (returned by POST /api/v1/eeat). Either `eeatId` or `guideId` must be provided. | |
| guideId | No | ID of the guide whose latest analysis should be returned. Either `eeatId` or `guideId` must be provided. |