v1
latestOpenAPI 3.1.02026-07-24239123562.1 KBtetraflows
List all tetraflow for namespace
Returns a list of all tetraflow artifacts given a namespace
get/v1/artifacts/tetraflows/{namespace}
Path parameters
namespacestring required
Artifact namespace. Should be common, private-, or client-
Query parameters
latest_onlyboolean
Only return the latest version of each artifact
include_prereleasesboolean
Include prerelease artifacts in search
Response
Successfully fetched TetraflowObject list
Example response
[
{
"type": "tetraflow",
"namespace": "common",
"slug": "simplo",
"version": "v1.0.2",
"createdAt": "2024-04-25T15:15:34.269Z",
"lastUpdatedAt": "2023-04-25T17:15:34.269Z",
"name": "A demo tetraflow",
"description": "The description for the demo tetraflow powering the simplo use case",
"otherVersions": [
"v1.0.0",
"v1.0.1"
]
}
]