Dataiku · Arazzo Workflow

Dataiku Browse Managed Folder Contents

Version 1.0.0

List a project's managed folders and read the file contents of one folder.

1 workflow 1 source API 1 provider
View Spec View on GitHub AnalyticsArtificial IntelligenceData PlatformData ScienceMachine-LearningArazzoWorkflows

Provider

dataiku

Workflows

browse-managed-folder
List managed folders and read one folder's contents.
Lists managed folders in a project, then lists the files inside the target folder.
2 steps inputs: apiKey, folderId, projectKey outputs: contents, folders
1
listFolders
List all managed folders in the project.
2
listContents
List the file contents of the target managed folder.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Dataiku Browse Managed Folder Contents
  summary: List a project's managed folders and read the file contents of one folder.
  description: >-
    Explores the files stored in a Dataiku DSS managed folder. The workflow
    lists the managed folders in a project and then lists the file contents of a
    single managed folder by its id. Every step inlines its request so the flow
    can be executed without opening the underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: managedFoldersApi
  url: ../openapi/dataiku-managed-folders-api-openapi.yml
  type: openapi
workflows:
- workflowId: browse-managed-folder
  summary: List managed folders and read one folder's contents.
  description: >-
    Lists managed folders in a project, then lists the files inside the target
    folder.
  inputs:
    type: object
    required:
    - apiKey
    - projectKey
    - folderId
    properties:
      apiKey:
        type: string
        description: DSS API key passed as a Bearer token in the Authorization header.
      projectKey:
        type: string
        description: Project key to inspect.
      folderId:
        type: string
        description: Identifier of the managed folder to browse.
  steps:
  - stepId: listFolders
    description: List all managed folders in the project.
    operationId: listManagedFolders
    parameters:
    - name: Authorization
      in: header
      value: Bearer $inputs.apiKey
    - name: projectKey
      in: path
      value: $inputs.projectKey
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      folders: $response.body
  - stepId: listContents
    description: List the file contents of the target managed folder.
    operationId: listManagedFolderContents
    parameters:
    - name: Authorization
      in: header
      value: Bearer $inputs.apiKey
    - name: projectKey
      in: path
      value: $inputs.projectKey
    - name: folderId
      in: path
      value: $inputs.folderId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      contents: $response.body
  outputs:
    folders: $steps.listFolders.outputs.folders
    contents: $steps.listContents.outputs.contents

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/dataiku-browse-managed-folder-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.