v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1429165131.4 KB

This operation returns information about a job.

get/v1/jobs/{JobId}

Path parameters

JobIdstring required

The unique identifier for a job.

Response

Success

Arnstring

The ARN for the job.

CreatedAtstring date-time

The date and time that the job was created, in ISO 8601 format.

Idstring

The unique identifier for the job.

State'WAITING' | 'IN_PROGRESS' | 'ERROR' | 'COMPLETED' | 'CANCELLED' | 'TIMED_OUT'

The state of the job.

Type'IMPORT_ASSETS_FROM_S3' | 'IMPORT_ASSET_FROM_SIGNED_URL' | 'EXPORT_ASSETS_TO_S3' | 'EXPORT_ASSET_TO_SIGNED_URL' | 'EXPORT_REVISIONS_TO_S3' | 'IMPORT_ASSETS_FROM_REDSHIFT_DATA_SHARES' | 'IMPORT_ASSET_FROM_API_GATEWAY_API' | 'CREATE_S3_DATA_ACCESS_FROM_S3_BUCKET' | 'IMPORT_ASSETS_FROM_LAKE_FORMATION_TAG_POLICY'

The job type.

UpdatedAtstring date-time

The date and time that the job was last updated, in ISO 8601 format.

All 29 operations