Skip to main content

Get Conversations

GET 

/api/conversations

This endpoint retrieves conversations from a specified workspace. The request must include a valid API key and user ID.

Request

Query Parameters

    workspaceId stringrequired

    ID of the workspace whose conversations are being retrieved.

Header Parameters

    x-api-key stringrequired

    API key to authorize the request.

    userId stringrequired

    ID of the user making the request.

Responses

Successfully retrieved conversations.

Schema

    conversations

    object[]

  • Array [

  • conversationid string

    The ID of the conversation.

    createdat date-time

    The timestamp when the conversation was created.

    name string

    The name of the conversation.

    ownerid string

    The ID of the owner of the conversation.

  • ]

Loading...