SuperAI Flow Platform

Sections

Theme switcher

List user databases

List all databases accessible to the authenticated user.

Returns all database integrations created by the user, including:

  • Database metadata and configuration
  • Row and column counts
  • Creation and update timestamps
  • Current status

Use Cases: - Display user's databases in UI - Select database for workflow configuration - Monitor database integration status

Header Parameters

Authorizationstring

Response

200
Object
List of databases successfully retrieved

Response Attributes

array
401
Object
Unauthorized - Missing or invalid authentication credentials

Response Attributes

errorobject Required

Standard error detail structure.

This model matches the error format returned by the centralized exception handlers in app/api/errors/handlers.py.

Show child attributes

request_idnull
500
Object
Internal Server Error - An unexpected error occurred

Response Attributes

errorobject Required

Standard error detail structure.

This model matches the error format returned by the centralized exception handlers in app/api/errors/handlers.py.

Show child attributes

request_idnull
Was this section helpful?

What made this section unhelpful for you?

GET

/

Select
1

Response

Was this section helpful?

What made this section unhelpful for you?

View as Markdown

Ask an AI

Open in ChatGPTOpen in ClaudeOpen in Perplexity

Code with AI

Open in Copilot