SuperAI Flow Platform

Sections

Theme switcher

Get database by ID

Retrieve detailed information for a specific database.

Returns complete database configuration including:

  • Database metadata (name, description, status)
  • File information (location, size)
  • Schema details (row count, column count)
  • Timestamps and audit information

Use Cases: - Display database details in UI - Validate database exists before operations - Retrieve configuration for workflow tasks

Header Parameters

Authorizationstring

Path Parameters

db_idstring Required

Response

200
Object
Database details retrieved successfully
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
404
Object
Database not found with the specified ID

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
422
Object
Validation Error

Response Attributes

detailarray

Show child attributes

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