Skip to main content
Get Daily Usage Evaluation Tokens
curl --request POST \
  --url https://api.coralogix.com/mgmt/openapi/3/dataplans/data-usage/v2/daily:evaluation-tokens \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "tokens": [
    {
      "evaluations": [
        {
          "evaluationTokens": {
            "value": 123
          },
          "evaluatorName": "<string>"
        }
      ],
      "statsDate": "2023-11-07T05:31:56Z",
      "totalTokens": {
        "value": 123
      }
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.coralogix.com/llms.txt

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

Authorizations

Authorization
string
header
required

API key authentication

Body

application/json
range
enum<string>
Available options:
RANGE_UNSPECIFIED,
RANGE_CURRENT_MONTH,
RANGE_LAST_30_DAYS,
RANGE_LAST_90_DAYS,
RANGE_LAST_WEEK,
RANGE_LAST_YEAR

Response

tokens
object[]