Skip to main content
GET
/
api
/
v1
/
index
/
volumes
/
{name}
Fetch resolver-facing version index rows for an unscoped volume
curl --request GET \
  --url https://api.example.com/api/v1/index/volumes/{name}
{ "items": [ { "version": "<string>", "status": { "reason": "<string>" }, "release": { "url": "<string>" }, "integrity": "<string>", "dependencies": {} } ] }

Documentation Index

Fetch the complete documentation index at: https://agentvolumes.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

name
string
required
Maximum string length: 128
Pattern: ^(?!.*--)[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$

Response

Package-scoped version index rows. Clients still fetch exact release metadata before installation or trust evaluation.

items
Agent Volumes Version Index Row · object[]
required