Error
A valid request URL is required to generate request examples[
{
"log_name": "<string>",
"status": "<string>",
"size": "<string>",
"instance_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"error": "<string>"
}
]{
"code": 123,
"message": "<string>",
"error": "<string>"
}List All Connection Logs
GET
/
v2
/
connections
/
{connection_id}
/
logs
Error
A valid request URL is required to generate request examples[
{
"log_name": "<string>",
"status": "<string>",
"size": "<string>",
"instance_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"error": "<string>"
}
]{
"code": 123,
"message": "<string>",
"error": "<string>"
}Authorizations
ApiKeyAuthBasicAuth
A Sync user auth token. Generate one via POST /v2/users/generate-token.
Path Parameters
Connection identifier.