list_gists
List gists for the authenticated user, returning metadata such as id, description, and files. Supports pagination and filtering by update time.
Instructions
List gists for the authenticated user. Returns an array of base-gist objects including id, description, public flag, file list (names and metadata, but not full content), and owner. Paginate with page and per_page. To get full file content for a specific gist, call get_gist with its id. Docs: https://docs.github.com/en/rest/gists/gists#list-gists-for-the-authenticated-user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| since | No | ISO 8601 timestamp (YYYY-MM-DDTHH:MM:SSZ). Only return gists updated at or after this time. | |
| per_page | No |