Skip to main content
GET
/
v1
/
failures
/
clusters
Group error traces by message prefix and return failure clusters
curl --request GET \
  --url https://api.trulayer.ai/v1/failures/clusters \
  --header 'Authorization: Bearer <token>'
{
  "clusters": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "error_message": "<string>",
      "count": 123,
      "first_seen": "2023-11-07T05:31:56Z",
      "last_seen": "2023-11-07T05:31:56Z",
      "sample_ids": [
        "3c90c3cc-0d44-4b50-8888-8dd25736052a"
      ]
    }
  ]
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

SDK API key (tl_...) or Clerk session JWT

Query Parameters

project_id
string<uuid>
from
string<date-time>
to
string<date-time>

Response

Failure clusters

clusters
object[]
required