v1

latestOpenAPI 3.1.02026-07-24239123562.1 KB
ai-workflows

Search for ai-workflow artifacts

Search for items using specified criteria

post/v1/artifacts/ai-workflows/search

Query parameters

valuestring required

The search string

limitinteger

The maximum number of results to return

include_prereleasesboolean

Include prerelease artifacts in search

Response

A list of items that match the search query

namespacestring required
slugstring required
versionstring required
namestring nullable
descriptionstring nullable
createdAtstring date-time required
lastUpdatedAtstring date-time required
otherVersionsstring[]
type'ai-workflow' required

Example response

[
  {
    "type": "ai-workflow",
    "namespace": "private-test",
    "slug": "mlflow",
    "version": "v0.5.0",
    "createdAt": "2024-04-25T15:15:34.269Z",
    "lastUpdatedAt": "2023-04-25T17:15:34.269Z",
    "name": "MLflow workflow",
    "description": "An MLflow workflow",
    "otherVersions": [
      "v0.1.0",
      "v0.5.0"
    ]
  }
]