simpla.fydocs

Get session details

GET
/api/chat-sessions/{id}
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

curl -X GET "https://example.com/api/chat-sessions/string"
{
  "id": "uuid-v4",
  "userId": "uuid-v4",
  "title": "Análise de vendas Q4",
  "description": "Revisão de vendedores",
  "status": "active",
  "messageCount": 5,
  "createdAt": "2025-10-21T14:00:00Z",
  "updatedAt": "2025-10-21T14:25:00Z",
  "lastActivityAt": "2025-10-21T14:25:00Z",
  "preview": "Mostre top 10 vendedores..."
}
Empty