会话

获取会话列表

获取当前空间的会话列表,支持分页、关键字搜索、按来源/Agent 筛选

get/sessions

Query parameters

pageinteger

页码

page_sizeinteger

每页数量

keywordstring

标题模糊搜索

sourcestring

来源过滤:web / embed / api / feishu / wechat / slack / ...(api、embed、IM 渠道需 Admin+)

agent_idstring

按 Agent 过滤(仅对 IM 会话生效)

Response

会话列表

object required

Changes

Changed in 3 of the 82 revisions of this API.35

    • ○

      added the new optional query request parameter agent_id

      new-optional-request-parameter

    • ○

      added the new optional query request parameter keyword

      new-optional-request-parameter

    • ○

      added the new optional query request parameter source

      new-optional-request-parameter

    • ○

      the endpoint scheme security ApiKeyAuth was added to the API

      api-security-added

  • edf61e68559d31See the full diff
    • ●

      deleted the query request parameter agent_id

      request-parameter-removed

    • ●

      deleted the query request parameter keyword

      request-parameter-removed

    • ●

      deleted the query request parameter source

      request-parameter-removed

    • ○

      the endpoint scheme security ApiKeyAuth was removed from the API

      api-security-removed