Skip to main content

Bulk upload status on source

GET 

/non-employee-sources/:id/non-employee-bulk-upload/status

The nonEmployeeBulkUploadStatus API returns the status of the newest bulk upload job for the specified source.

Request

Path Parameters

    id stringrequired

    Source ID (UUID)

    Example: 2c918085842e69ae018432d22ccb212f

Responses

Status of the newest bulk-upload job, if any.

Schema
    status string

    Possible values: [PENDING, IN_PROGRESS, COMPLETED, ERROR]

    Returns the following values indicating the progress or result of the bulk upload job. "PENDING" means the job is queued and waiting to be processed. "IN_PROGRESS" means the job is currently being processed. "COMPLETED" means the job has been completed without any errors. "ERROR" means the job failed to process with errors. null means job has been submitted to the source.

Loading...