curl --request GET \
--url 'https://response.stateset.com/api/v1/changes' \
--header "Authorization: Bearer $RESPONSECX_API_KEY"
{
"object": "list",
"data": [
{}
],
"has_more": true,
"next_cursor": "string"
}
Configuration change log for agents, rules and tools
Changes
GET
/
api
/
v1
/
changes
curl --request GET \
--url 'https://response.stateset.com/api/v1/changes' \
--header "Authorization: Bearer $RESPONSECX_API_KEY"
{
"object": "list",
"data": [
{}
],
"has_more": true,
"next_cursor": "string"
}
Query parameters
integer
integer
string
Response
object
string
object[]
boolean
string
Keyset cursor for the next page — present only on cursor-capable lists with more rows.
Status codes
| Code | Meaning |
|---|---|
200 | Changes |
401 | Missing, invalid, or expired API key. |
403 | The key lacks a required scope. |
429 | Rate limit exceeded. |
Access
| Required scope | agents:read |
| Rate limit | 120 requests per minute |
curl --request GET \
--url 'https://response.stateset.com/api/v1/changes' \
--header "Authorization: Bearer $RESPONSECX_API_KEY"
{
"object": "list",
"data": [
{}
],
"has_more": true,
"next_cursor": "string"
}
Last modified on August 31, 2026