Dataiku · Arazzo Workflow

Dataiku Inspect Saved Model

Version 1.0.0

List a project's saved models and fetch the details of one model including its active version.

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

Provider

dataiku

Workflows

inspect-saved-model
Discover saved models in a project and read one model's details.
Lists saved models, then gets details for a specific saved model id.
2 steps inputs: apiKey, projectKey, savedModelId outputs: model, savedModels
1
listSavedModels
List all saved models in the project.
2
getSavedModel
Fetch full details of the target saved model, including its active version.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Dataiku Inspect Saved Model
  summary: List a project's saved models and fetch the details of one model including its active version.
  description: >-
    Surfaces the deployed machine learning models in a Dataiku DSS project. The
    workflow lists the saved models in a project and then fetches the full
    details of a single saved model, including its type and active version.
    Every step inlines its request so the flow can be executed without opening
    the underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: savedModelsApi
  url: ../openapi/dataiku-saved-models-api-openapi.yml
  type: openapi
workflows:
- workflowId: inspect-saved-model
  summary: Discover saved models in a project and read one model's details.
  description: >-
    Lists saved models, then gets details for a specific saved model id.
  inputs:
    type: object
    required:
    - apiKey
    - projectKey
    - savedModelId
    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.
      savedModelId:
        type: string
        description: Identifier of the saved model to fetch.
  steps:
  - stepId: listSavedModels
    description: List all saved models in the project.
    operationId: listSavedModels
    parameters:
    - name: Authorization
      in: header
      value: Bearer $inputs.apiKey
    - name: projectKey
      in: path
      value: $inputs.projectKey
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      savedModels: $response.body
  - stepId: getSavedModel
    description: Fetch full details of the target saved model, including its active version.
    operationId: getSavedModel
    parameters:
    - name: Authorization
      in: header
      value: Bearer $inputs.apiKey
    - name: projectKey
      in: path
      value: $inputs.projectKey
    - name: savedModelId
      in: path
      value: $inputs.savedModelId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      model: $response.body
  outputs:
    savedModels: $steps.listSavedModels.outputs.savedModels
    model: $steps.getSavedModel.outputs.model

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-inspect-saved-model-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.