---
title: "Retrieving the database verification product information relating to the conversation"
method: GET
path: "/api/conversations/{conversationId}/databaseVerification/info"
tags: ["Database Verification"]
---

# Retrieving the database verification product information relating to the conversation

`GET /api/conversations/{conversationId}/databaseVerification/info`

Returns information about how the database verification process is performed for the given conversation ID.
Results are available when the appropriate callback is received, or when the _databaseVerification_ status reaches _FINISHED_ OR _FAILED_.

## Response Content

Detailed description of returned fields:

| Parameter                             | Example | Description |
|---------------------------------------| ------- | ----------- |
|source| - | List of database verification source results. |
|source.name|MATCHING| Type of the database verification use case (MATCHING). |
|source.status|FINISHED| Processing status of the source (FINISHED / FAILED). |
|source.sourceName|Australia Residential| Name of the source/database. |
|source.sourceType|MARKETING| Type of the source/database (MARKETING / GOVERNMENT). |
|source.sourceMatchResult|NO_MATCH| Overall match result (FULL_MATCH / PARTIAL_MATCH / NO_MATCH). |
|source.errors|[SOURCE_UNAVAILABLE]| Information about the causes of errors. The content depends on the specific verification source. |

## Path parameters

- `conversationId` string, required

## Response `200`

Database verification results available

## Other responses

- `402` — Exhaustion of the plan or limitations related to non-payment
- `403` — Forbidden
- `404` — Conversation not found
- `410` — Conversation is unavailable
- `500` — Server side error

---

[API](https://skmtc.dev/authologic/apis/authologic-customer-api.md) · [All operations](https://skmtc.dev/authologic/apis/authologic-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/authologic/authologic-customer-api/revisions/e22bf6fc51a7/schema)
