Get Analysis Description
analyses
Get Analysis Description
Get analysis description with URLs and prompts.
GET
Get Analysis Description
Authorizations
API Key for external integrations (format: greetincs_...)
Path Parameters
Analysis ID in TypeID format
Response
Successful Response
Analysis with loaded prompt details and URLs.
Analysis detail 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"
}
]