Edit in GitHubLog an issue

Usage endpoints

The Data Repair API Usage endpoints allow you keep track of your API usage. These endpoints provide a higher level of monitoring compared to the job endpoint, which provides details on each job run.

These endpoints require two query string parameters:

  • dateRangeStart: The start of the date range that you would like to see the number of jobs run.
  • dateRangeEnd: The last day of the date range that you would like to see the number of jobs (inclusive).

View Data Repair API usage for all report suites

Returns a JSON object that shows Data Repair API usage statistics for all report suites that belong to the given global company ID.

GET "https://analytics.adobe.io/api/{GLOBALCOMPANYID}/datarepair/v1/usage?dateRangeStart={YYYY-MM-DD}&dateRangeEnd={YYYY-MM-DD}"

Copied to your clipboard
curl -X GET "https://analytics.adobe.io/api/exampl0/datarepair/v1/usage?dateRangeStart=YYYY-01-01&dateRangeEnd=YYYY-02-01" \
-H "Authorization: Bearer {ACCESS_TOKEN}" \
-H "x-api-key: {API_KEY/CLIENT_ID}"

View Data Repair API usage for a single report suite

Returns a JSON object that shows usage statistics for the given report suite.

GET "https://analytics.adobe.io/api/{GLOBALCOMPANYID}/datarepair/v1/{REPORTSUITE}/usage?dateRangeStart={YYYY-MM-DD}&dateRangeEnd={YYYY-MM-DD}"

Copied to your clipboard
curl -X GET "https://analytics.adobe.io/api/exampl0/datarepair/v1/examplersid/usage?dateRangeStart=YYYY-03-01&dateRangeEnd=YYYY-04-01" \
-H "Authorization: Bearer {ACCESS_TOKEN}" \
-H "x-api-key: {API_KEY/CLIENT_ID}"
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2024 Adobe. All rights reserved.