Get a specific data pump job
get
/database/datapump/jobs/{owner_name},{job_name}/
Describes a specific Data Pump job in the database. Uses DBA_DATAPUMP_JOBS view. When the specified job is a Data Pump Export job, the response contains links to the log and export files.
Request
Supported Media Types
- application/json
Path Parameters
-
job_name: string
Name of the Data Pump job.
-
owner_name: string
Owner of the Data Pump job.
Response
Supported Media Types
- application/json
200 Response
Details of the Data Pump job. For an EXPORT job, this will also include links to log and export files.