Chatbot Sessions
Fetch All Sessions
Chatbot Sessions
Fetch All Sessions
Fetch the list of sessions for a chatbot specified by chatbot uuid
GET
/
api
/
v1
/
chatbot
/
{uuid}
/
sessions
curl --location --request GET 'https://app.gpt-trainer.com/api/v1/chatbot/{uuid}/sessions' \
--header 'Authorization: Bearer <token>'
[
{
"created_at": "string",
"modified_at": "string",
"uuid": "string"
}
]
Path
Chatbot uuid
Response
curl --location --request GET 'https://app.gpt-trainer.com/api/v1/chatbot/{uuid}/sessions' \
--header 'Authorization: Bearer <token>'
[
{
"created_at": "string",
"modified_at": "string",
"uuid": "string"
}
]
curl --location --request GET 'https://app.gpt-trainer.com/api/v1/chatbot/{uuid}/sessions' \
--header 'Authorization: Bearer <token>'
[
{
"created_at": "string",
"modified_at": "string",
"uuid": "string"
}
]