Optional
configuration: ConfigurationOptional
options: RawAxiosRequestConfigOverride http request option.
The request POST /api/jobs/id/annotations initiates a background process to import annotations into a job. Please, use the GET /api/requests/<rq_id> endpoint for checking status of the process. The rq_id
parameter can be found in the response on initiating request.
A unique integer value identifying this job.
Optional
cloudStorageId: numberStorage id
Optional
filename: stringAnnotation file name
Optional
format: stringInput format name You can get the list of supported formats at: /server/annotation/formats
Optional
location: JobsCreateAnnotationsLocationEnumwhere to import the annotation from
Optional
useDefaultLocation: booleanUse the location that was configured in the task to import annotation
Optional
annotationFileRequest: AnnotationFileRequestOptional
options: RawAxiosRequestConfigOverride http request option.
The request POST /api/<projects|tasks|jobs>/id/dataset/export
will initialize a background process to export a dataset. To check status of the process please, use GET /api/requests/<rq_id>
where rq_id is request ID returned in the response for this endpoint.
Desired output format name You can get the list of supported formats at: /server/annotation/formats
A unique integer value identifying this job.
Optional
cloudStorageId: numberStorage id
Optional
filename: stringDesired output file name
Optional
location: JobsCreateDatasetExportLocationEnumWhere need to save downloaded dataset
Optional
saveImages: booleanInclude images or not
Optional
options: RawAxiosRequestConfigOverride http request option.
Related annotations will be deleted as well. Please note, that not every job can be removed. Currently, it is only available for Ground Truth jobs.
A unique integer value identifying this job.
Optional
options: RawAxiosRequestConfigOverride http request option.
Optional
xOrganization: stringOrganization unique slug
Optional
assignee: stringA simple equality filter for the assignee field
Optional
dimension: JobsListDimensionEnumA simple equality filter for the dimension field
Optional
filter: stringJSON Logic filter. This filter can be used to perform complex filtering by grouping rules. For example, using such a filter you can get all resources created by you: - {"and":[{"==":[{"var":"owner"},"<user>"]}]} Details about the syntax used can be found at the link: https://jsonlogic.com/ Available filter_fields: ['task_name', 'project_name', 'assignee', 'state', 'stage', 'id', 'task_id', 'project_id', 'updated_date', 'dimension', 'type', 'parent_job_id'].
Optional
org: stringOrganization unique slug
Optional
orgId: numberOrganization identifier
Optional
page: numberA page number within the paginated result set.
Optional
pageSize: numberNumber of results to return per page.
Optional
parentJobId: numberA simple equality filter for the parent_job_id field
Optional
projectId: numberA simple equality filter for the project_id field
Optional
projectName: stringA simple equality filter for the project_name field
Optional
search: stringA search term. Available search_fields: ('task_name', 'project_name', 'assignee', 'state', 'stage')
Optional
sort: stringWhich field to use when ordering the results. Available ordering_fields: ['task_name', 'project_name', 'assignee', 'state', 'stage', 'id', 'task_id', 'project_id', 'updated_date', 'dimension', 'type', 'parent_job_id']
Optional
stage: JobsListStageEnumA simple equality filter for the stage field
Optional
state: JobsListStateEnumA simple equality filter for the state field
Optional
taskId: numberA simple equality filter for the task_id field
Optional
taskName: stringA simple equality filter for the task_name field
Optional
type: JobsListTypeEnumA simple equality filter for the type field
Optional
options: RawAxiosRequestConfigOverride http request option.
A unique integer value identifying this job.
Optional
patchedJobWriteRequest: PatchedJobWriteRequestOptional
options: RawAxiosRequestConfigOverride http request option.
A unique integer value identifying this job.
Optional
patchedLabeledDataRequest: PatchedLabeledDataRequestOptional
options: RawAxiosRequestConfigOverride http request option.
A unique integer value identifying this job.
Optional
patchedJobDataMetaWriteRequest: PatchedJobDataMetaWriteRequestOptional
options: RawAxiosRequestConfigOverride http request option.
WARNING: this operation is not protected from race conditions. It's up to the user to ensure no parallel calls to this operation happen. It affects image access, including exports with images, backups, chunk downloading etc.
A unique integer value identifying this job.
Optional
patchedJobValidationLayoutWriteRequest: PatchedJobValidationLayoutWriteRequestOptional
options: RawAxiosRequestConfigOverride http request option.
A unique integer value identifying this job.
Optional
options: RawAxiosRequestConfigOverride http request option.
If format is specified, a ZIP archive will be returned. Otherwise, the annotations will be returned as a JSON document. Deprecation warning: Utilizing this endpoint to export annotations as a dataset in a specific format will be deprecated in one of the next releases. Consider using new API: - POST /api/jobs/<job_id>/dataset/export?save_images=False to initiate export process - GET /api/requests/<rq_id> to check process status, where rq_id is request id returned on initializing request
A unique integer value identifying this job.
Optional
action: "download"Used to start downloading process locally after annotation file has been created
Optional
cloudStorageId: numberStorage id
Optional
filename: stringDesired output file name
Optional
format: stringDesired output format name You can get the list of supported formats at: /server/annotation/formats
Optional
location: JobsRetrieveAnnotationsLocationEnumWhere need to save downloaded annotation
Optional
useDefaultLocation: booleanUse the location that was configured in the task to export annotation
Optional
options: RawAxiosRequestConfigOverride http request option.
A unique integer value identifying this job.
Optional
index: numberA unique number value identifying chunk, starts from 0 for each job
Optional
number: numberA unique number value identifying chunk or frame. The numbers are the same as for the task. Deprecated for chunks in favor of 'index'
Optional
quality: JobsRetrieveDataQualityEnumSpecifies the quality level of the requested data
Optional
type: JobsRetrieveDataTypeEnumSpecifies the type of the requested data
Optional
options: RawAxiosRequestConfigOverride http request option.
A unique integer value identifying this job.
Optional
options: RawAxiosRequestConfigOverride http request option.
Deprecation warning: This endpoint will be deprecated in one of the next releases. Consider using new API: - POST /api/jobs/<job_id>/dataset/export?save_images=True to initiate export process - GET /api/requests/<rq_id> to check process status, where rq_id is request id returned on initializing request
Desired output format name You can get the list of supported formats at: /server/annotation/formats
A unique integer value identifying this job.
Optional
action: "download"Used to start downloading process locally after annotation file has been created
Optional
cloudStorageId: numberStorage id
Optional
filename: stringDesired output file name
Optional
location: JobsRetrieveDatasetLocationEnumWhere need to save downloaded dataset
Optional
useDefaultLocation: booleanUse the location that was configured in the task to export dataset
Optional
options: RawAxiosRequestConfigOverride http request option.
A unique integer value identifying this job.
Optional
options: RawAxiosRequestConfigOverride http request option.
Utilizing this endpoint to check status of the import process is deprecated in favor of the new requests API: GET /api/requests/<rq_id>, where rq_id
parameter is returned in the response on initializing request.
A unique integer value identifying this job.
Optional
cloudStorageId: numberStorage id
Optional
filename: stringAnnotation file name
Optional
format: stringInput format name You can get the list of supported formats at: /server/annotation/formats
Optional
location: JobsUpdateAnnotationsLocationEnumwhere to import the annotation from
Optional
rqId: stringrq id
Optional
jobAnnotationsUpdateRequest: JobAnnotationsUpdateRequestOptional
options: RawAxiosRequestConfigOverride http request option.
JobsApi - functional programming interface
Export