gurl list
List all saved requests, optionally filtered by pattern, collection, or tag.
Usage
gurl list [flags]
Description
The list command displays saved requests with their names, URLs, methods, and collections. Use filters to narrow down results when you have many requests.
Flags
| Flag | Short | Default | Description |
|---|---|---|---|
--pattern | -p | none | Filter by name pattern |
--collection | -c | none | Filter by collection name |
--tag | -t | none | Filter by tag |
--json | -j | false | Output as JSON |
--format | -f | table | Output format: table or list |
--limit | -n | none | Limit number of results |
--sort | -s | name | Sort by: name, updated, or collection |
Aliases
lsl
Examples
List all requests
gurl list
Displays all saved requests in a table.
Filter by collection
gurl list --collection "api"
Shows only requests in the “api” collection.
Filter by tag
gurl list --tag "production"
Shows requests tagged with “production”.
JSON output
gurl list --json
Outputs all requests as JSON for programmatic use.
Sort by last updated
gurl list --sort updated
Lists requests sorted by most recently updated.
See also
gurl save- Save a new requestgurl delete- Remove a requestgurl collection- Manage collections