Skip to main content

Get Threads

POST 

/chat-svc/threads

Fetch all chat threads associated with a specific user

Request

Body

Get Threads Request

    object

Responses

Threads successfully retrieved

Schema

    threads

    object[]

  • Array [

  • createdAt string
    id string
    title string

    Title of the thread.

    topicIds string[]

    TopicIds defines which topics the thread belongs to. Topics can roughly be thought of as tags for threads.

    updatedAt string
    userIds string[]

    UserIds the ids of the users who can see this thread.

  • ]

Loading...