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. A client requires SQL Administrator role to invoke this service.

Request

Path Parameters
Back to Top

Response

200 Response

Details of the Data Pump job. For an EXPORT job, this will also include links to log and export files.
Back to Top