GET
/
interactions
/
{id}
/
facts
curl --request GET \
  --url https://api.{environment}.corti.app/v2/interactions/{id}/facts
{
  "facts": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "text": "<string>",
      "group": "other",
      "groupId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "isDiscarded": true,
      "source": "core",
      "createdAt": "2023-11-07T05:31:56Z",
      "createdAtTzOffset": "+00:00",
      "updatedAt": "2023-11-07T05:31:56Z",
      "updatedAtTzOffset": "+00:00",
      "evidence": [
        {
          "type": "<string>",
          "reference": "<string>",
          "quote": "<string>"
        }
      ]
    }
  ]
}

Headers

Tenant-Name
string

Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.

Example:

"copiloteu"

Path Parameters

id
string
required

The unique identifier of the interaction for which facts should be retrieved.

Response

200
application/json
Returns a list of facts associated with the specified interaction.
facts
object[]

A list of facts associated with the interaction.