v1
latestOpenAPI 3.1.02026-07-24239123562.1 KBai-workflows
Get a single ai-workflow artifact
Returns a single ai-workflow artifact matching the namespace, slug, and version
get/v1/artifacts/ai-workflows/{namespace}/{slug}/{version}
Path parameters
namespacestring required
Artifact namespace. Should be common, private-, or client-
slugstring required
Artifact slug
versionstring required
Artifact version
Query parameters
include_prereleasesboolean
Include prerelease artifacts in search
Response
Successfully fetched AiWorkflowObject
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"
]
}