GET
/
api
/
v2
/
conversation
/
{roomId}
/
{uuid}
curl --request GET \
  --url https://api.vida.dev/api/v2/conversation/{roomId}/{uuid}
[
  {
    "success": "true",
    "message": "Success",
    "conversation": [
      {
        "message": "Hello World",
        "timestamp": 1630480000
      }
    ]
  }
]

Authorizations

token
string
query
required

Vida API Token

Path Parameters

roomId
string
required

Room Id of the conversation

uuid
string
required

UUID of the conversation

Response

200 - application/json
Successful response
success
boolean

If request was successful

Example:

"true"

message
string

Success or Error Message

Example:

"Success"

conversation
object[]

Conversation logs