--- layout: default navsection: api title: "Resource: Job" navorder: 101 --- h1. Job A **Job** represents... h2. Methods See "REST methods for working with Arvados resources":methods.html API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/job@ h2. Creation h3. Prerequisites Prerequisites for creating a Job. h3. Side effects Side effects of creating a Job. h2. Resources Each Job has, in addition to the usual "attributes of Arvados resources":resources.html: table(table table-bordered table-condensed). |*Property name*|*Value*|*Description*|*Example*| |id|integer||| |uuid|string||| |owner_uuid|string||| |modified_by_client_uuid|string||| |modified_by_user_uuid|string||| |modified_at|datetime||| |submit_id|string||| |script|string||| |script_version|string||| |script_parameters|Hash||| |cancelled_by_client_uuid|string||| |cancelled_by_user_uuid|string||| |cancelled_at|datetime||| |started_at|datetime||| |finished_at|datetime||| |running|boolean||| |success|boolean||| |output|string||| |created_at|datetime||| |updated_at|datetime||| |priority|string||| |is_locked_by_uuid|string||| |log|string||| |tasks_summary|Hash||| |runtime_constraints|Hash|||