v1
latestOpenAPI 3.1.02026-07-24239123562.1 KBProtocols
List all protocols for namespace
Returns a list of all protocol artifacts given a namespace
get/v1/artifacts/protocols/{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 ProtocolObject list
Example response
[
{
"type": "protocol",
"namespace": "common",
"slug": "akta",
"version": "v1.2.18",
"createdAt": "2023-02-16T15:15:34.269Z",
"lastUpdatedAt": "2023-02-16T15:15:34.269Z",
"name": "A demo protocol",
"description": "The description for the demo protocol",
"otherVersions": [
"v1.2.18",
"v1.2.17",
"v1.1.0",
"v0.0.10"
]
}
]