gurl timeline

Show a global timeline of all request executions across all requests.

Usage

gurl timeline [flags]

Description

The timeline command displays executions from all requests in chronological order. Use it to get an overview of API activity or investigate issues across multiple endpoints.

Flags

FlagShortDefaultDescription
--since-snoneShow entries from this time ago (e.g., 24h, 7d)
--filter-fnoneFilter by pattern
--limit-n50Number of entries to show
--limit-l50Number of entries to show

Aliases

  • tl
  • log

Examples

View recent timeline

gurl timeline

Shows the last 50 executions across all requests.

View last 24 hours

gurl timeline --since 24h

Shows executions from the past 24 hours.

Filter by pattern

gurl timeline --filter "users"

Shows only executions involving “users” requests.

See also