saas-agents Developer API
integer · min: 1 · max: 100const · required
string · uuidstring | null · uuidstring | null · uuidenumconst · required
List workspace conversations
GET
https://saas.ha.knwl.me
/api/v1/conversations
Bearer (Developer API key)
Lists active conversations owned by the user that created the API key, across model-mode and agent-mode threads.
query Parameters
limitMaximum conversations to return, between 1 and 100.
Default: 20
List workspace conversations › Responses
Conversation list.
okConst value:
ConversationSummary[] · required
Create a model-mode or agent-mode conversation
POST
https://saas.ha.knwl.me
/api/v1/conversations
Bearer (Developer API key)
Creates an empty conversation. Idempotency-Key is mandatory; when conversationId is omitted, the server derives a deterministic conversation id from that key.
Create a model-mode or agent-mode conversation › Request Body
conversationIdagentIdprojectIdaccessModeEnum values:
private
workspace
restricted
Default: private
Create a model-mode or agent-mode conversation › Responses
Conversation created or idempotently replayed.
okConst value:
ConversationSummary · required