Listing Folders

List the folders that you have created in a Data Integration project. Projects and folders are found in a workspace.

    1. On the Projects list page, select the name of a project in which folders are created. If you need help finding the list page or the project, see Listing Projects.

      The project details page opens. By default, the Folders list of first-level folders in the project is shown.

      If you created a project with sample artifacts, the samples are available in the v1_0 folder.

    2. To find a folder, enter the complete or partial name of a folder in the Filter by name field and press Enter.

      You can also use the Favorite filter menu to display only the folders that are marked as favorite. Select Clear to remove the filter.

    3. In the list of folders, select the name of a folder to see subfolders and resources such as tasks, data flows, and pipelines that are created in the folder.

    In a list of folders at the first level or sublevel, the Actions menu (Actions menu) of a folder has these options:

    • View details: Displays the folder details, and the tasks and data flows that the folder contains.
    • Edit: Lets you edit the name and description for the folder.
    • Copy folder key: Copies to the clipboard the key of the folder, which you can use with Data Integration API.
    • Export: Lets you export the folder to an export folder zip file and create the zip file in an Object Storage bucket.
    • Import: Lets you import a folder, task, data flow, or pipeline by using the appropriate exported object zip file that's stored in an Object Storage bucket.
    • Move: Lets you move the folder from its current location to another project or folder.
    • Delete: Lets you delete the folder.
  • Use the oci data-integration folder list command and required parameters to retrieve a list of folders from a project in a workspace:

    oci data-integration folder list [OPTIONS]

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

  • Run the ListFolders operation to retrieve a list of folders from a project in a workspace.