List videos
GET/api/v1/videos
Returns all videos owned by the authenticated user. Required scope: videos:read. Optional ?chatbotId= filter (restricted keys are scoped to their allowed chatbots automatically). Lists only videos you own, even when chatbotId is supplied; a chatbot's full knowledge base is not enumerated here.
Request
Responses
- 200
- 401
- 403
- 429
List of videos.
Unauthorized — missing or invalid API key
Forbidden — key lacks required scope
Too Many Requests — rate limit exceeded