API Log Report
You can download the detail of your API request. The detailed information consists of date-time, access key, service analytics, job ID, status, message, and the result. Your download request will be sent to your registered email address. You can filter the API log by criteria.

- Filter the log criteria that you would download.
Field | Description |
---|---|
Select Tanggal | Select the date range, the maximum date range that you can select are 3 months and the data is available for download is on the 2 years from the current date. |
Time Zone | Select the time zone on the drop-down menu. |
Analytic | Select the analytic. You can choose multiple analytics on the filter. |
Access Key | Select the access key |
- The log API report can be downloaded through the link that is sent to your email as an Xls file. Please wait for 5-30 minutes until your log API is compiled by our system.

- You will get an API log report that consists of columns are detailed below:
Information Detail | Description |
---|---|
Date Time | Detail timestamp of a response API |
Access Key | Detail Access Key that used to do API request |
Analytic | Detail service that requested |
Job ID | Unique identifier that success requested the hit |
Status | Status of API response |
Message | Detail message of a response |
Result | Detail analytics result of a response |
We provide programmatic methods to access report data by using API requests. This method allows you to automate the collection report process, and build a custom dashboard in your own system.
Send POST request to
https://api.identifai.id/analytic/logs
with payload body below:{
"start_date": "<start date range>",
"end_date": "<end date range>",
"analytic": "<your analytics>",
"time_zone": "<choose the timezone>",
"link_callback": "<your callback link>"
}
If you are migrating or currently using
backend.cloud.nodeflux.io
please make sure to use api.identifai.id
Key | Value |
---|---|
Authorization | {Your authorization key} |
content-type | application/json |
x-nodeflux-timestamp | {x-nodeflux-timestamp from your signature request} |
Request example:
{
"start_date": "2020-06-21",
"end_date": "2020-12-12",
"analytic": "FACE_MATCH,OCR_KTP",
"time_zone": "Asia/Tokyo",
"link_callback": "https://callback.nodeflux.io/apilognotification/callback"
}
Parameter | Details | Compulsory |
---|---|---|
start_date | a single date using YYYY-MM-DD format that telling the biginning of the range, it should be lower than end_date. | Required |
end_date | a single date using YYYY-MM-DD format that telling the ending of the range, it should be greater than end_date. | Required |
analytic | The API service that you use. The default setting will download all the analytics that contain hit usage. | Optional |
time_zone | The specific time zone to define your time area. Please check on the time zone list to define the zone. | Optional |
link_callback | To determine where the link download of the report will redirect after the download is success. | Required |
- The maximum date range that you can select are 3 months and the data available for download is on 2 years from the current date.
The output of the report request is a link to download an
.xls
containing the log report.
Time | Zone |
---|---|
GMT-12:00 | Etc/GMT+12 |
GMT-11:00 | Pacific/Midway |
GMT-10:00 | Pacific/Honolulu |
GMT-09:00 | US/Alaska |
GMT-08:00 | America/Los_Angeles |
GMT-08:00 | America/Tijuana |
GMT-07:00 | US/Arizona |
GMT-07:00 | America/Chihuahua |
GMT-07:00 | US/Mountain |
GMT-06:00 | America/Managua |
GMT-06:00 | US/Central |
GMT-06:00 | America/Mexico_City |
GMT-06:00 | Canada/Saskatchewan |
GMT-05:00 | America/Bogota |
GMT-05:00 | US/Eastern |
GMT-05:00 | US/East-Indiana |
GMT-04:00 | Canada/Atlantic |
GMT-04:00 | America/Caracas |
GMT-04:00 | America/Manaus |
GMT-04:00 | America/Santiago |
GMT-03:30 | Canada/Newfoundland |
GMT-03:00 | America/Sao_Paulo |
GMT-03:00 | America/Argentina/Buenos_Aires |
GMT-03:00 | America/Godthab |
GMT-03:00 | America/Montevideo |
GMT-02:00 | America/Noronha |
GMT-01:00 | Atlantic/Cape_Verde |
GMT-01:00 | Atlantic/Azores |
GMT+00:00 | Africa/Casablanca |
GMT+00:00 | Etc/Greenwich |
GMT+01:00 | Europe/Amsterdam |
GMT+01:00 | Europe/Belgrade |
GMT+01:00 | Europe/Brussels |
GMT+01:00 | Europe/Sarajevo |
GMT+01:00 | Africa/Lagos |
GMT+02:00 | Asia/Amman |
GMT+02:00 | Europe/Athens |
GMT+02:00 | Asia/Beirut |
GMT+02:00 | Africa/Cairo |
GMT+02:00 | Africa/Harare |
GMT+02:00 | Europe/Helsinki |
GMT+02:00 | Asia/Jerusalem |
GMT+02:00 | Europe/Minsk |
GMT+02:00 | Africa/Windhoek |
GMT+03:00 | Asia/Kuwait |
GMT+03:00 | Europe/Moscow |
GMT+03:00 | Africa/Nairobi |
GMT+03:00 | Asia/Tbilisi |
GMT+03:30 | Asia/Tehran |
GMT+04:00 | Asia/Muscat |
GMT+04:00 | Asia/Baku |
GMT+04:00 | Asia/Yerevan |
GMT+04:30 | Asia/Kabul |
GMT+05:00 | Asia/Yekaterinburg |
GMT+05:00 | Asia/Karachi |
GMT+05:30 | Asia/Calcutta |
GMT+05:30 | Asia/Calcutta |
GMT+05:45 | Asia/Katmandu |
GMT+06:00 | Asia/Almaty |
GMT+06:00 | Asia/Dhaka |
GMT+06:30 | Asia/Rangoon |
GMT+07:00 | Asia/Bangkok |
GMT+07:00 | Asia/Krasnoyarsk |
GMT+08:00 | Asia/Hong_Kong |
GMT+08:00 | Asia/Kuala_Lumpur |
GMT+08:00 | Asia/Irkutsk |
GMT+08:00 | Australia/Perth |
GMT+08:00 | Asia/Taipei |
GMT+09:00 | Asia/Tokyo |
GMT+09:00 | Asia/Seoul |
GMT+09:00 | Asia/Yakutsk |
GMT+09:30 | Australia/Adelaide |
GMT+09:30 | Australia/Darwin |
GMT+10:00 | Australia/Brisbane |
GMT+10:00 | Australia/Canberra |
GMT+10:00 | Australia/Hobart |
GMT+10:00 | Pacific/Guam |
GMT+10:00 | Asia/Vladivostok |
GMT+11:00 | Asia/Magadan |
GMT+12:00 | Pacific/Auckland |
GMT+12:00 | Pacific/Fiji |
GMT+13:00 | Pacific/Tongatapu |