v1
latestOpenAPI 3.1.02026-07-24239123562.1 KBProtocols
List all protocols
Returns a list of all protocol artifacts, optionally filtered by namespace type
get/v1/artifacts/protocols
Query parameters
namespace_type'common' | 'client' | 'private'
Namespace type of artifacts to be returned ('common', 'client', or 'private')
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"
]
}
]