Skip to main content
The following is a list of publicly available APIs you can use with the Traceloop platform. All APIs require an API key to be used for authentication.

Authentication

Use your API key as a Bearer token in the Authorization header:
Authorization: Bearer YOUR_API_KEY
The same API key you use to send traces to Traceloop can be used to query your data via the API.
To generate an API key:
  1. Sign up for a Traceloop account if you haven’t already
  2. Go to Settings → Organization
  3. Select a project and environment
  4. Click Generate API key and copy it immediately
Detailed instructions →