Task Run
Retrieve a Task Run
Get a Task Run by UUID. Set includeStats=true for derived per-phase outcome counts (current phase and cumulative run).
Task Runs are site-scoped; siteId must be the Site that owns the Task Run. Org must have an Infrastructure Provider entity. User must have authorization role with PROVIDER_ADMIN suffix.
get/v2/org/{org}/nico/task/run/{id}
Query parameters
siteIdstring uuid required
ID of the Site that owns the Task Run (Task Runs are site-scoped).
includeStatsboolean
Include derived per-phase outcome stats on the response.
Response
OK