Browse history
historyRetrieve filtered change history across all entities, newest first. Scope results by time, project, entity, or changeset; invalid time inputs return a clear error.
Instructions
Filtered change history across all entities, newest first.
Combine since, entity_path, project, and changeset_id to scope
the result. On unparseable since input the response is
[{"error": "..."}] so the caller sees the problem.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results. | |
| since | No | Time window — ISO 8601 datetime OR relative shorthand: '15m' (last 15 minutes), '24h' (last 24 hours), '7d' (last 7 days), '5mo' (last 5 months), '1y' (last year). 'm' means minutes; 'mo' or 'mon' means months. Unparseable values produce an error rather than silently returning empty results. Empty = all time. | |
| project | No | Filter to a specific project/repository. | |
| entity_path | No | Filter to an entity, or a DOTTED prefix of one ('users' also covers 'users.email'). Not a raw string prefix. | |
| changeset_id | No | Filter to a specific changeset (feature/task group). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |