GET
/
api
/
v1
/
chatbot
/
{uuid}
/
data-sources
curl --location --request GET 'https://app.gpt-trainer.com/api/v1/chatbot/{uuid}/data-sources' \
--header 'Authorization: Bearer <token>'
[
  {
    "created_at": "string",
    "file_name": "string",
    "file_size": 0,
    "meta_json": "string",
    "modified_at": "string",
    "status": "string",
    "title": "string",
    "tokens": 0,
    "type": "string",
    "uuid": "string"
  }
]

Path

uuid
string
required

Chatbot uuid

Response

Source list

curl --location --request GET 'https://app.gpt-trainer.com/api/v1/chatbot/{uuid}/data-sources' \
--header 'Authorization: Bearer <token>'
[
  {
    "created_at": "string",
    "file_name": "string",
    "file_size": 0,
    "meta_json": "string",
    "modified_at": "string",
    "status": "string",
    "title": "string",
    "tokens": 0,
    "type": "string",
    "uuid": "string"
  }
]