Skip to main content
POST
POST jobs run
Trigger a Job against a sample (or another input), creating a new Analysis. The request body specifies the input sample, any required arguments, and an optional list of dependency analyses whose outputs should feed into this run. The response is the newly-created Analysis (or analysis subclass — Classification, Functional Profile, etc. — depending on the job’s analysis_type).

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string
required

Body

application/json
job_args
Job Args · object | null
required
sample
object
required
dependencies
DependencyOverrideSchema · object[] | null

Override the analysis dependencies for this run with provided dependencies

populate_default_arguments
boolean | null
default:true

Response

200 - application/json

OK

__DOLLAR_REF__
string<uri>
Pattern: ^/api/v1/analyses/[a-f0-9]{16}$
Example:

"/api/v1/analyses/a1b2c3d4e5f67890"