curl --request GET \
--url 'http://localhost:8000/api/docs/changelog' \
--header "Authorization: Bearer $STATESET_AGENTS_API_KEY"
{
"versions": [
{
"version": "2026-08-01",
"date": "2026-08-31",
"changes": []
}
]
}
API Changelog
Get the API changelog with version history.
GET
/
api
/
docs
/
changelog
curl --request GET \
--url 'http://localhost:8000/api/docs/changelog' \
--header "Authorization: Bearer $STATESET_AGENTS_API_KEY"
{
"versions": [
{
"version": "2026-08-01",
"date": "2026-08-31",
"changes": []
}
]
}
Get the API changelog with version history.
Response
object
Status codes
| Code | Meaning |
|---|---|
200 | Successful response |
401 | Authentication required |
422 | Validation error |
429 | Rate limit exceeded |
curl --request GET \
--url 'http://localhost:8000/api/docs/changelog' \
--header "Authorization: Bearer $STATESET_AGENTS_API_KEY"
{
"versions": [
{
"version": "2026-08-01",
"date": "2026-08-31",
"changes": []
}
]
}
Last modified on August 31, 2026