Skip to content

Get a single cloud-import-job by id

GET
/cloud-import-jobs/{id}
id
required
string

DocumentId

OK

object
data
object
job_id
required

RabbitMQ job correlation id (UUID) — links this record to the cloud.events message and worker logs.

string
status
required
string
Allowed values: pending running completed failed
organisation
One of:

DocumentId reference to api::organisation.organisation

string
created_by_user
One of:

DocumentId reference to plugin::users-permissions.user

string
created_count

Number of new cloud-instance records created by this import run.

integer
skipped_count

Number of resources skipped because a cloud-instance with the same external_id already existed (idempotent re-import).

integer
failed_count

Number of resources that failed to map/create (missing required fields, DB error, …).

integer
error_message

Set when status=‘failed’ at the job level (e.g. corrupt tfstate, unreachable tfstate_url).

string
documentId
string
id
integer
createdAt
string format: date-time
updatedAt
string format: date-time
publishedAt
string format: date-time
nullable

Missing or invalid authentication

Not authorized (tenant scope or capability)

Not found