Skip to main content
GET
/
api
/
v1
/
dashboard
Get Dashboard
curl --request GET \
  --url https://platform.composo.ai/api/v1/dashboard
{
  "logs": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "email": "<string>",
      "endpoint": "<string>",
      "status_code": 123,
      "latency_ms": 123,
      "response_payload": {},
      "token_count": 123,
      "domain": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "model_class": "<string>",
      "score": 123
    }
  ]
}

Query Parameters

limit
integer
default:100
Required range: 1 <= x <= 1000

Response

Successful Response

Dashboard endpoint response model

logs
DashboardLogEntry · object[]
required