For the complete documentation index, see llms.txt. This page is also available as Markdown.

Database Report

get

Get privacy report

Authorizations
sessionidstringRequired

Log in using the POST /api/v1/auth/ endpoint

Query parameters
database_idstringOptional
job_idstringOptional
Responses
200

Success: Privacy report details

application/json
idstring · uuidRequired
engine_idstring · uuid · nullableOptionalDefault: null
typestring · enumRequiredPossible values:
statusstring · enumRequiredPossible values:
createdstring · date-time · nullableOptionalDefault: null
last_updatedstring · date-time · nullableOptionalDefault: null
nowstring · date-time · nullableOptionalDefault: null
get/api/v1/database_report/privacy_report/
GET /api/v1/database_report/privacy_report/ HTTP/1.1
Accept: */*
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "engine_id": "123e4567-e89b-12d3-a456-426614174000",
  "type": "synthesize",
  "status": "CREATED",
  "created": "2026-01-01T00:00:00.000Z",
  "last_updated": "2026-01-01T00:00:00.000Z",
  "now": "2026-01-01T00:00:00.000Z",
  "attachment_types": [
    "LOG"
  ]
}

Last updated

Was this helpful?