POST
/
synq.datachecks.sqltests.v1.SqlTestsService
/
GetSqlTestAudit
GetSqlTestAudit
curl --request POST \
  --url https://developer.synq.io/synq.datachecks.sqltests.v1.SqlTestsService/GetSqlTestAudit \
  --header 'Authorization: Bearer <token>' \
  --header 'Connect-Protocol-Version: <connect-protocol-version>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "audit": {
    "executionId": "<string>",
    "rowsCount": 123,
    "result": "<string>",
    "createdAt": "1s"
  }
}

Authorizations

Authorization
string
header
required

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

Headers

Connect-Protocol-Version
enum<number>
required

Define the version of the Connect protocol

Available options:
1
Connect-Timeout-Ms
number

Define the timeout, in ms

Body

application/json · GetSqlTestAuditRequest · object

Response

200
application/json

Success

The response is of type object.