Get Analysis Results
analyses
Get Analysis Results
Get complete analysis with sub-analysis status information.
GET
Get Analysis Results
Authorizations
API Key for external integrations (format: greetincs_...)
Path Parameters
Analysis ID in TypeID format
Response
Successful Response
Complete analysis with all results.
Complete analysis results data.
HATEOAS links related to this response (e.g., self, next, prev)
Example:
[
{
"href": "/resource/{resource_id}",
"method": "GET",
"rel": "self",
"title": "Resource Details"
},
{
"href": "/resource/{resource_id}/related",
"method": "GET",
"rel": "related",
"title": "Related Resources"
}
]