v5

OpenAPI 3.1.02026-08-025631,1012.8 MB
Taxonomy Analytics

Get a taxonomy analytics run

Retrieve a single persisted analytics run (its parameters and stored result) so it can be reviewed or re-run.

get/v1/taxonomies/{taxonomy_id}/analytics/runs/{run_id}

Path parameters

taxonomy_idstring required
run_idstring required

Response

Successful Response

run_idstring required

Stable run identifier (taxrun_...)

taxonomy_idstring required

Taxonomy analyzed

collection_idstring required

Collection analyzed

analysis_type'transitions' | 'paths' required

Kind of taxonomy step-analytics computed for a persisted run.

Attributes: TRANSITIONS: Direct A→B transition analytics (conversion rate, durations, predictor lifts) produced by the /analytics/transitions endpoint. PATHS: Multi-step path discovery produced by the /analytics/paths endpoint.

paramsobject

Request params used for the run

params_hashstring required

De-dup hash of the normalized params

from_stepstring required

Starting step

to_stepstring required

Ending step

namestring nullable

Optional run label

resultobject nullable

Computed analytics result

statusstring

Run status

error_messagestring nullable

Error message if the run failed

run_countinteger

Number of times these params have been executed

namespace_idstring

Tenant namespace

internal_idstring

Tenant/org id

created_atstring date-time nullable

First persisted at

updated_atstring date-time nullable

Last (re-)executed at