Browse history
historyRetrieve change history filtered by time, entity, project, or changeset. Get newest changes first to trace modifications across your codebase.
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 |
|---|---|---|---|
| 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. | |
| entity_path | No | Filter to a specific entity or path prefix. | |
| project | No | Filter to a specific project/repository. | |
| changeset_id | No | Filter to a specific changeset (feature/task group). | |
| limit | No | Maximum number of results. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |