POST
/v1/private/local-runners/jobsCreate local runner jobCreate a local runner job and enqueue it for execution
Request body
application/json
objectCreateLocalRunnerJobRequest
agent_namestringrequiredblueprint_namestringinputsobjectmask_idstring · uuidDeprecated. Use prompt_masks to pass one or more mask overlays keyed by prompt id.
metadataobjectShow child attributes
dataset_idstring · uuiddataset_item_idstring · uuiddataset_item_version_idstring · uuiddataset_version_idstring · uuidproject_idstring · uuidrequiredprompt_masksobjectMask overlays to apply during agent execution, keyed by prompt id.
{
"agent_name": "string",
"blueprint_name": "string",
"inputs": {},
"mask_id": "00000000-0000-0000-0000-000000000000",
"metadata": {
"dataset_id": "00000000-0000-0000-0000-000000000000",
"dataset_item_id": "00000000-0000-0000-0000-000000000000",
"dataset_item_version_id": "00000000-0000-0000-0000-000000000000",
"dataset_version_id": "00000000-0000-0000-0000-000000000000"
},
"project_id": "00000000-0000-0000-0000-000000000000",
"prompt_masks": {
"additionalProp1": "00000000-0000-0000-0000-000000000000"
}
}Responses
Headers
LocationURI of the job
objectErrorMessage
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}objectErrorMessage
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}