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

FlagShortDefaultDescription
--limit-n10Number of history entries to show
--limit-l10Number of history entries to show

Aliases

  • hist
  • h

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