Get collection details

**Endpoint:** http://{{API_URL}}/external/api/collections/{{collectionId}}

**Method:** `GET`

**Description:** This endpoint gives details of a colletions

**Example Response**:

{

"_id": "1",

"name": "assignmentgrouphub",

"description": "assignment grouphub from servicenow",

"source": "ITSM",

"created_at": null,

"update_at": null,

"doc_type": "GEN_AI_COLLECTION",

"docCount": 3

}

  • “name”, “description” and “source” are the fields filled at the time of creating the collection.
  • “docCount” refers to the number of documents indexed to the collection.