List up to 200 of the most recent config history rows with publish-time diff metadata. Results are newest first and are not an exhaustive account history. Requires the configuration:read permission.
Request
cURL
curl -X GET "https://provisioning.cloudx.io/api/v1/config/history" \
-H "Authorization: Bearer $CLOUDX_API_KEY"
Query parameters
Name
Type
Description
since
string
Only include configuration rows created at or after this time. Supports RFC3339 timestamps or YYYY-MM-DD dates.
author
string
Filter by creator user ID, email, or name substring.
include_drafts
boolean
Whether to include configuration drafts. By default, only published versions are returned.