Sessions Find
GET/typebot/sessions/find/:instanceName
Sessions Find
Request
Path Parameters
instanceName stringrequired
Example: codechat-bot
Responses
- 200
- 404
OK
Response Headers
X-Powered-By string
Content-Type string
Content-Length integer
ETag string
Date string
Connection string
Keep-Alive string
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"id": 2,
"publicId": "exibition-zwy88ap",
"typebotUrl": "https://typebot.io",
"enabled": true,
"enableGroup": false,
"createdAt": "2023-12-08T00:00:00.000Z",
"updatedAt": "2023-12-08T00:00:00.000Z",
"instanceId": 1
}
Not Found
Response Headers
X-Powered-By string
Content-Type string
Content-Length integer
ETag string
Date string
Connection string
Keep-Alive string
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 404,
"error": "Not Found",
"message": [
"The \"codechat-bot\" instance does not exist"
]
}
Loading...