Skip to main content
GET
/
projects
/
{projectId}
/
analytics
/
evaluations
cURL
curl --request GET \
  --url http://localhost:3000/projects/{projectId}/analytics/evaluations \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 123,
  "message": "OK",
  "data": [
    {
      "date": "<string>",
      "evaluations": 123,
      "errors": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string<uuid>
required

Query Parameters

environmentId
string<uuid>
required
period
Available options:
24h

Response

Default Response

statusCode
number
message
string
default:OK
data
object[]