Skip to main content
GET
/
query
/
conversations
List the caller's conversations within a namespace
curl --request GET \
  --url https://api.datalinks.com/api/v1/query/conversations \
  --header 'Authorization: Bearer <token>'
{
  "conversations": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "title": "<string>",
      "createdAt": 123,
      "updatedAt": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

Use a Bearer token for authentication. Submit the token using the Authorization header: Authorization: Bearer <token>.

Query Parameters

username
string
required
namespace
string
required

Response

The caller's conversations.

conversations
object[]
required