v4

latestOpenAPI 3.0.22026-07-3188146256.6 KB
Taxonomy

getTaxonomyBulkActionJobById

Gets a bulk action job by job id

get/v1/entity/taxonomies/bulk-jobs/{job_id}

Path parameters

job_idstring required

Response

Returns the job matching the given job id

job_idstring uuid
job_status'PENDING' | 'FAILED' | 'COMPLETED' | 'CANCELLED'

The status of the bulk job

failure_reasonstring
action_type'MOVE_CLASSIFICATIONS' | 'MERGE_CLASSIFICATIONS' | 'DELETE_CLASSIFICATIONS'
created_bystring
created_atstring date-time
updated_atstring date-time
orgstring

Example response

{
  "job_id": "123e4567-e89b-12d3-a456-426614174000",
  "status": "PENDING",
  "action_type": "MOVE_CLASSIFICATIONS",
  "created_by": "10598",
  "created_at": "2024-01-01T00:00:00.000Z",
  "updated_at": "2024-01-01T00:00:00.000Z",
  "org": "66"
}