GET
/
api
/
tasks
/
runs
/
{task_run_urn}
/
inputs
{
  "task_urn": "<string>",
  "subject_urns": [
    "<string>"
  ],
  "directives": {
    "session_id": "<string>",
    "latency": -999999999,
    "accuracy": -999999999,
    "cost": -999999999,
    "reproducibility": -999999999,
    "freshness": -999999999,
    "personalization": -999999999,
    "recall": -999999999,
    "creativity": -999999999
  },
  "reference_data": [
    "<string>"
  ]
}

Path Parameters

task_run_urn
string
required

The URN of the task run to retrieve the inputs for

Response

200
application/json
Successful Response
task_urn
string
required

The URN of the task to run

subject_urns
string[]
required

The URN of the subjects for the request, at least one is required

directives
object | null

(Optional) The directives to apply to this request, overriding the task defaults

reference_data
string[] | null

(Optional) Additional reference data sources to use for this request