Skip to main content
GET
/
drift
/
{drift_id}
Get a single drift event
curl --request GET \
  --url https://eris.devops.truu.ai/api/v1/external/drift/{drift_id} \
  --header 'X-API-Key: <api-key>'
{
  "drift_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "computator": "<string>",
  "time_period": "<string>",
  "delta": "<string>",
  "period_start_at": "2023-11-07T05:31:56Z",
  "detected_at": "2023-11-07T05:31:56Z",
  "user": {
    "name": "<string>",
    "email": "<string>"
  }
}

Documentation Index

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

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

Authorizations

X-API-Key
string
header
required

Domain-scoped API key. Generate and manage keys from the API Keys page in Settings.

Accepted in two forms:

  • X-API-Key: <key> header (preferred)
  • Authorization: Bearer <key> header (also accepted)

Path Parameters

drift_id
string<uuid>
required

Response

Drift event

drift_id
string<uuid>
computator
string
time_period
string

One of 7d, 30d, 90d, 180d

delta
period_start_at
string<date-time> | null
detected_at
string<date-time> | null
user
object