Skip to main content
POST
/
api
/
tasks
/
execute
{
  "urn": "<string>",
  "href": "<string>"
}

Body

application/json
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

Minimum length: 1
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

Response

Successful Response

urn
string
required

The unique URN of the task run, can be used to retrieve its status and results later.

href
string
required

URL that can be used to visualize the task run