Skip to main content
GET
Retrieve all conversations for a user

Authorizations

token
string
query
required

A plaintext token to secure your server, specified at startup in the argument --auth-token thisismysecret

Path Parameters

user_id
string
required

Unique identifier of the user to retrieve conversations for

Query Parameters

limit
integer

Maximum number of conversations to return (for pagination)

offset
integer

Number of conversations to skip (for pagination)

Response

Success

Paginated list of conversation trackers for a user.

conversations
object[]
required

List of serialized conversation trackers for the user

limit
integer
required

Maximum number of conversations returned

Example:

50

offset
integer
required

Number of conversations skipped for pagination

Example:

5