Skip to main content

Get Bulk-Update Statuses

GET 

/roles/access-model-metadata/bulk-update

This API returns a list of all bulk update process status of the tenant. A token with ORG_ADMIN, ROLE_ADMIN ROLE_SUBADMIN authority is required to call this API.

Responses

successfully get the status of all bulk updates.

Schema

  • Array [

  • id string

    ID of the task which is executing the bulk update. This also used in to the bulk-update/** API to track status.

    type string

    Type of the bulk update object.

    status string

    Possible values: [CREATED, PRE_PROCESS, PRE_PROCESS_COMPLETED, POST_PROCESS, COMPLETED, CHUNK_PENDING, CHUNK_PROCESSING]

    The status of the bulk update request, could also checked by getBulkUpdateStatus API

    created date-time

    Time when the bulk update request was created

  • ]

Loading...