GET
/
api
/
import-logs
Consultar logs de importacao
curl --request GET \
  --url https://suite.sisqualis.com.br/api/import-logs \
  --header 'Authorization: <api-key>'
{
  "success": true,
  "logs": [
    {}
  ],
  "stats": {},
  "recent_batches": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Use: Token <seu_token>

Query Parameters

limit
integer
default:100
log_type
string
import_batch_id
string
date_from
string<date>
date_to
string<date>

Response

200 - application/json

Logs de importacao

success
boolean
logs
object[]
stats
object
recent_batches
object[]