For the complete documentation index, see llms.txt. This page is also available as Markdown.

Drivetrain API

Interact with Drivetrain data using APIs and an API key

We provide two public APIs to enable our customers to interact programmatically with their Drivetrain account data.

Using the APIs, developers can retrieve information on:

  1. Get metrics list API: List of metrics available inside their Drivetrain tenant [GET method]

  2. Get metrics bulk data API: Use this API to retrieve data for multiple metrics in a single request, across versions, scenarios, time ranges, granularities, and dimensions [POST Method]

API Key (token)

You will need an API key to authenticate and retrieve data from Drivetrain using our Public APIs. To get your API key, follow these steps:

  • Navigate to Settings > API Key

  • Click on Copy

API key accessible within Settings
Click on Copy to copy your API key

You must be added as a user in the workspace to view your API key.

This Postman collection contains saved examples of request and response for the APIs.

Last updated

Was this helpful?