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"]

Documentation Index

Fetch the complete documentation index at: https://docs.tracectrl.ai/llms.txt

Use this file to discover all available pages before exploring further.

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"]