v1

latestOpenAPI 3.0.0proprietary2026-07-261695971.5 MB
Document Trust Analysis

List Document Trust Analyses

Returns the list of all Document Trust Analyses within your organization. You can limit the number of items returned by using filters and pagination. Consult our guide for more details and examples.

🔓 Endpoint access

  • Environments: production, sandbox
  • API key scopes: organization, workspace
  • Plans: pro, scale
  • Add-ons (for production access): Document Analysis or Document Trust Advanced
get/document_analyses

Query parameters

afterstring

After cursor (pagination)

limitinteger

The limit of items count to retrieve.

statusobject

Filter by status.

Filter by status. Allowed operators: eq. Example: status[eq]=done

typeobject

Filter by type.

Filter by type. Allowed operators: eq. Example: type[eq]=social_security

workspace_idobject

Filter by workspace_id.

Filter by workspace_id. Allowed operators: eq. Example: workspace_id[eq]=9b6ed2f3-244f-487a-baa1-bbe4f51c8748

workflow_session_idobject

Filter by workflow_session_id.

Filter by workflow_session_id. Allowed operators: eq. Example: workflow_session_id[eq]=18a5e211-ff33-48e2-810c-a0397b558611

Response

OK

Example response

{
  "data": [
    {
      "id": "e6dbf320-0de6-4d7d-bd32-9b4ecd31e65a",
      "workspace_id": "9a93d3b5-fb3b-4abf-9e70-26315b33506c",
      "workflow_session_id": "0ef334d2-7f36-4643-8a2a-4283b4a3e4a4",
      "previous_attempt_id": "9412b83b-b4b9-4a94-97b5-2b43dfa4cde4",
      "applicant_id": "0ef334d2-7f36-4643-8a2a-4283b4a3e4a4",
      "created_at": "2024-01-18T22:59:00+00:00",
      "updated_at": "2024-01-18T22:59:00+00:00",
      "status": "done",
      "status_codes": [],
      "analysis_type": {
        "extraction": true,
        "fraud_level": "advanced"
      },
      "fraud_risk_analysis": {
        "risk_level": "low",
        "indicators": [
          {
            "indicator": "metadata.suspicious_producer",
            "type": "RISK",
            "category": "metadata",
            "title": "Document processed by an editing tool",
            "description": "The document was produced by iLovePDF, a tool commonly used to edit or rework existing documents rather than to issue an original."
          }
        ]
      }
    }
  ]
}