Run Analysis All
analyses
Run Analysis All
Run all sub-analyses.
Resets failed, problem, and stuck queued sub-analyses to pending, then enqueues the analysis for processing.
POST
Run Analysis All
Authorizations
API Key for external integrations (format: greetincs_...)
Path Parameters
Analysis ID in TypeID format
Response
Successful Response
Response for run endpoints indicating processing has been accepted.
Minimal data for accepted run operations.
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"
}
]