Get Registry
GET/public-api/v1/registries/:id
Retrieves a single registry by ID for the authenticated organization. Use this API to inspect registry schema details before creating or updating Primary VDTs.
Details :
- Requires a registry ID in the path.
- Returns schema metadata, status, and current version details when available.
- Use the List Registries API first when the registry ID is unknown.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Registry fetched successfully
Invalid registry ID.
Unauthorized – Invalid or missing token.
Registry not found.
Internal Server Error