UserHistoryThreadRequest

  • thread_id
    Type: string Format: uuid
    required

    The thread, which is the id of its root question.

  • user_id
    Type: string
    required

    Required. Miso confirms this user owns the thread.

  • after
    Type: string Format: uuid

    Cursor - return questions after this id.

  • order
    Type: string enum

    asc = root to newest. desc = newest to root.

    values
    • asc
    • desc
  • rows
    Type: integer
    max:  
    100

    Integer numbers.