gurl history
Show the execution history for a specific saved request.
Usage
gurl history [name] [flags]
Description
The history command displays past executions of a request, including timestamps, status codes, response times, and response sizes. This helps you track how an API behaves over time.
Flags
| Flag | Short | Default | Description |
|---|---|---|---|
--limit | -n | 10 | Number of history entries to show |
--limit | -l | 10 | Number of history entries to show |
Aliases
histh
Examples
View history for a request
gurl history "users"
Shows the last 10 executions of the “users” request.
Limit history entries
gurl history "users" --limit 5
Shows only the last 5 executions.
See also
gurl run- Execute a requestgurl timeline- Show global timelinegurl diff- Compare responses