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
Responses
Section titled “ Responses ”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.