Extraction Logs API
The Extraction Logs API provides an interface to pull reports for extraction logs.
For Production environment:
Gets Extraction Logs
GET
https://api.clik.ai/smart-extract-api/api/account/v1/extraction/logs
Query Parameters
startDate
string
ISO Date-Time formatted string
endDate
string
ISO Date-Time formatted string
apiKey
string
The api key used. Note: this must be the key itself instead of the key id.
status
string
Extraction status: SUCCESS
or FAILED
or ALL
page
number
Page number of the results. Defaults to 1.
pageSize
number
Size of the result page. Defaults to 100, maximum 10000.
For Staging environment:
Gets Extraction Logs
GET
https://api.clik.ai/smart-extract-stg-api/api/account/v1/extraction/logs
Query Parameters
startDate
string
ISO Date-Time formatted string
endDate
string
ISO Date-Time formatted string
apiKey
string
The api key used. Note: this must be the key itself instead of the key id.
status
string
Extraction status: SUCCESS
or FAILED
or ALL
page
number
Page number of the results. Defaults to 1.
pageSize
number
Size of the result page. Defaults to 100, maximum 10000.
Last updated