GET
/
api
/
datachecks
/
sqltests
/
v1
/
audit
curl --request GET \
  --url https://developer.synq.io/api/datachecks/sqltests/v1/audit \
  --header 'Authorization: Bearer <token>'
{
  "audit": {
    "executionId": "<string>",
    "rowsCount": 123,
    "result": "<string>",
    "createdAt": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

OK

The response is of type object.