Skip to content

List Adapters

GET
/api/v1/adapters

List all registered adapters.

Returns: AdapterListResponse with list of adapter type names

Raises: HTTPException: 503 if orchestrator/registry not available

Successful Response

AdapterListResponse

Response for listing registered adapters.

object
adapters
required
Adapters

List of registered adapter type names

Array<string>
total
required
Total

Total number of registered adapters

integer

Adapter registry not available

ErrorResponse

Standard error response matching FastAPI HTTPException format.

This model is used in OpenAPI response declarations for 4xx/5xx errors. The detail field matches FastAPI’s HTTPException structure.

object
detail
required
Detail

Error message (matches FastAPI HTTPException)

string
error_code
Any of:
string
correlation_id
Any of:
string
timestamp
Timestamp

Error timestamp

string format: date-time