GETLiveGETFocused route reference
GET /api/v1/roadmaps/list
List Roadmaps
List the roadmaps owned by the authenticated principal. Use this route when your application needs to discover or reconcile previously created roadmap resources.
Manage keys
Stable public contract
Public endpoint
/api/v1/roadmaps/list
Maps to
/api/roadmap/list
What to know first
Useful when your application treats Vidbyte as a backing generation system and needs to rehydrate state.
Method
GET
Send this operation to /api/v1/roadmaps/list on the versioned public host.
Authentication
API key
API key via Authorization: Bearer or x-api-key
Resource model
Direct
Useful when your application treats Vidbyte as a backing generation system and needs to rehydrate state.
Highlights
What this operation does
List roadmaps owned by the authenticated API principal.
Useful when your application treats Vidbyte as a backing generation system and needs to rehydrate state.
Store the encrypted `id` returned by create and list routes exactly as returned if you need to fetch the resource again later.
Response shape
What the response contract guarantees
Public responses use the shared envelope: `success`, `id`, `message`, `data`, `token_stats`, `pricing`, and `error`.
The `id` field is always a public/encrypted identifier boundary, never a raw MongoDB `_id`.