Skip to content

Changes Since Timestamp

GET
/rt/v2/changes
curl --request GET \
--url 'https://example.com/rt/v2/changes?limit=200'

Poll for changes since a given timestamp (ISO8601).

Returns events visible to current user (broadcast or explicit recipient). Response includes server timestamp for next poll.

since
Any of:
string
include_types
Any of:
Array<string>
limit
Limit
integer
default: 200 >= 1 <= 1000

Successful Response

Media typeapplication/json
Examplegenerated
example

Validation Error

Media typeapplication/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
Examplegenerated
{
"detail": [
{
"loc": [
"example"
],
"msg": "example",
"type": "example"
}
]
}