Chatbots
Fetch All Chatbots
Chatbots
Fetch All Chatbots
Fetch the list of chatbots for current user
GET
/
api
/
v1
/
chatbots
curl --location --request GET 'https://app.gpt-trainer.com/api/v1/chatbots' \
--header 'Authorization: Bearer <token>'
[
{
"created_at": "string",
"meta": {
"rate_limit": [20, 240],
"rate_limit_message": "Too many messages",
"show_citations": false,
"visibility": "private"
},
"modified_at": "string",
"name": "string",
"uuid": "string"
}
]
Response
curl --location --request GET 'https://app.gpt-trainer.com/api/v1/chatbots' \
--header 'Authorization: Bearer <token>'
[
{
"created_at": "string",
"meta": {
"rate_limit": [20, 240],
"rate_limit_message": "Too many messages",
"show_citations": false,
"visibility": "private"
},
"modified_at": "string",
"name": "string",
"uuid": "string"
}
]
curl --location --request GET 'https://app.gpt-trainer.com/api/v1/chatbots' \
--header 'Authorization: Bearer <token>'
[
{
"created_at": "string",
"meta": {
"rate_limit": [20, 240],
"rate_limit_message": "Too many messages",
"show_citations": false,
"visibility": "private"
},
"modified_at": "string",
"name": "string",
"uuid": "string"
}
]