Poll Copy Data Source Job Status

Allows polling the status of copy data source job

SecurityapiKey
Request
path Parameters
dataSourceId
required
string (BusinessPartnerStorageDataSourceId)

Unique identifier for a Data Source of the Storage.

Example: 648824a691d8d2503d65103e
jobId
required
string (JobId)

Unique identifier of a Job.

Example: 35f23c03-1c22-45fe-9484-3ffe769325de
storageId
required
string (BusinessPartnerStorageId)

Unique identifier of the Storage.

Example: 72d6900fce6b326088f5d9d91049e3e6
Responses
200

OK

get/storages/{storageId}/datasources/{dataSourceId}/copy/{jobId}
Request samples
Response samples
application/json
{
  • "id": "35f23c03-1c22-45fe-9484-3ffe769325de",
  • "targetStorageId": "72d6900fce6b326088f5d9d91049e3e6",
  • "targetDataSourceId": "648824a691d8d2503d65103e",
  • "status": "RUNNING",
  • "statusMessage": "The job failed because storage is empty."
}