interactions
documents
templates
alignment
classification
explainability
swagger
List Documents
List Documents
curl --request GET \
--url https://api.{environment}.corti.app/v2/interactions/{id}/documents/
{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"templateRef": "<string>",
"isStream": true,
"sections": [
{
"key": "<string>",
"name": "<string>",
"text": "<string>",
"sort": 123,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]
}
Headers
Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.
"copiloteu"
Path Parameters
The interaction ID representing the context for the request.
Response
Unique ID of the generated document
Name of the generated document
Reference for the used template
Individual document sections
Document section key
Name or heading of the document section within the generated document
Contents of the document section within the generated document
Order of the document section within the generated document
The original timestamp when the document section was created.
The timestamp when the document section was last updated.
The original timestamp when the document was created.
The timestamp when the document was last updated.
Was this page helpful?
curl --request GET \
--url https://api.{environment}.corti.app/v2/interactions/{id}/documents/
{
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"templateRef": "<string>",
"isStream": true,
"sections": [
{
"key": "<string>",
"name": "<string>",
"text": "<string>",
"sort": 123,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]
}