Techniques
Technique catalog endpoints.
Get a technique
GET/techniques/{techniqueId}
List techniques
GET/techniques
ModelsExpand Collapse
TechniqueRetrieveResponse object { inputs, name, outputs, 3 more }
TechniqueRetrieveResponse object { inputs, name, outputs, 3 more }
inputs: array of object { id, name, type, 6 more }
inputs: array of object { id, name, type, 6 more }
accepts_element: optional boolean
When true, fill this input by passing an element id as the input value
outputs: array of object { id, name, type, 6 more }
outputs: array of object { id, name, type, 6 more }
accepts_element: optional boolean
When true, fill this input by passing an element id as the input value
TechniqueListResponse object { inputs, name, outputs, 3 more }
TechniqueListResponse object { inputs, name, outputs, 3 more }
inputs: array of object { id, name, type, 6 more }
inputs: array of object { id, name, type, 6 more }
accepts_element: optional boolean
When true, fill this input by passing an element id as the input value
outputs: array of object { id, name, type, 6 more }
outputs: array of object { id, name, type, 6 more }
accepts_element: optional boolean
When true, fill this input by passing an element id as the input value
TechniquesRuns
Nested technique run endpoints.
Start a technique run
POST/techniques/{techniqueId}/runs
List technique run history
GET/technique-runs
Get a technique run
GET/techniques/{techniqueId}/runs/{runId}
ModelsExpand Collapse
RunListResponse object { created_at, progress, project_id, 12 more }
RunListResponse object { created_at, progress, project_id, 12 more }