All Products
Search
Document Center

Data Online Migration:ListJobHistory

Last Updated:Feb 06, 2026

Lists the run history of migration tasks.

Operation description

  • You must have the mgw:ListImportJobHistory permission to list the run history of a task.

  • A migration task can have multiple runs. Each run has a unique execution ID.

  • The run history of a migration task records its status changes.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

GET /jobhistory/{jobName} HTTP/1.1

Path Parameters

Parameter

Type

Required

Description

Example

jobName

string

Yes

The name of the task.

test_job_name

Request parameters

Parameter

Type

Required

Description

Example

runtimeId

integer

No

The ID of the task execution. If you specify an execution ID, only the run history for that execution is listed.

1

marker

string

No

Specifies the marker from which to start listing the task run history.
Default: None

test_marker

count

integer

No

The number of migration task history entries to return.
Valid values: An integer from 1 to 1000.
Default: 1000




100

Response elements

Element

Type

Description

Example

object

The response body.

JobHistoryList ListJobHistoryResp

A list of task histories.

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.