List connections
documentedRetrieve a list of database connections.
GET /api/v1/connectionsConnectionsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$omni_host}}/api/v1/connections" \
-X GET \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Authorization: Bearer {{OMNIGROUP_API_KEY}}"