latestOpenAPI 3.1.02026-08-10150311431.9 KB

c1f3c6d96b31

Jobs

Schedule a job

Create a new job.

post/projects/{owner}/{name}/jobs

Path parameters

ownerstring required
namestring required

Headers

authorizationstring
x-pollination-tokenstring

Request body

typestring
annotationsobject

An optional dictionary to add annotations to inputs. These annotations will be used by the client side libraries.

api_versionstring
sourcestring required

The source url for downloading the recipe.

namestring

An optional name for this job. This name will be used a the display name for the run.

descriptionstring

Run description.

labelsobject

Optional user data as a dictionary. User data is for user reference only and will not be used in the execution of the job.

Response

Successful Response

idstring uuid required

Id for the newly created resource.

messagestring

A human readable message

Example response

{
  "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "message": "Use Location in headers to access the new object."
}