Viewing the Details of an Export Request

View the objects that are exported or being exported in Data Integration.

    1. Navigate to the workspace in which you initiated the export request.

      For the steps to access a workspace, see Accessing a Workspace.

    2. On the workspace home page, click Export/Import requests.
    3. On the page that appears, select Export from the Request type filter menu.

      Data Integration displays the list of export requests.

      Use the menus under Filters to filter the list by status, and when the request started or ended. Click Clear to remove the filters.

    4. In the list, click the name of the request that you want the details for.

      The Export request: <request name> page displays information about the request. If the export is in progress, you can click Refresh to update the list.

      The export details of a request are displayed in two sections under Details:

      • Exported object list: The list of objects that are exported.

        • Name: The name of the exported object.

          If applicable, expand the name to view the objects that are contained in the exported object. For example, expand the exported folder name to see the tasks, data flows, and pipelines that might be included in the export.

        • Type: The exported object type, for example, Folder.

      • References: If applicable, you can also view the objects that are referenced by the object that is exported. For example, if you selected the Include references checkbox when you exported a data flow, you can see the data assets that are referenced in the exported data flow.

        • Name: The name of the referenced object.

        • Type: The referenced object type, for example, Data asset.

        • Updated: When the referenced object is updated.

  • Use the oci data-integration export-request get command and required parameters to retrieve the details of the export request:

    oci data-integration export-request get [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the Command Line Reference.

  • Run the GetExportRequest operation to retrieve the details of the export request.