Skip to content
FLORA DocsGo to app

Runs

Nested technique run endpoints.

Start a technique run
client.Techniques.Runs.New(ctx, techniqueID, body) (*TechniqueRunNewResponse, error)
POST/techniques/{techniqueId}/runs
Get a technique run
client.Techniques.Runs.Get(ctx, runID, query) (*TechniqueRunGetResponse, error)
GET/techniques/{techniqueId}/runs/{runId}