Skip to content
FLORA DocsGo to app

Techniques

Technique catalog endpoints.

Get a technique
$ flora techniques retrieve
GET/techniques/{techniqueId}
List techniques
$ flora techniques list
GET/techniques

TechniquesRuns

Nested technique run endpoints.

Start a technique run
$ flora techniques:runs create
POST/techniques/{techniqueId}/runs
Get a technique run
$ flora techniques:runs retrieve
GET/techniques/{techniqueId}/runs/{runId}