Skip to main content
GET
/
api
/
v1
/
projects
List Projects
curl --request GET \
  --url http://localhost:8000/api/v1/projects
["billing-agent", "researcher", "support-bot"]
Returns an array of distinct ServiceName values from the otel_traces table, sorted alphabetically. Used by the project / service selector in the dashboard.

Response

A JSON array of strings.
["billing-agent", "researcher", "support-bot"]