Retrieve tags in a repository with pagination.Documentation Index
Fetch the complete documentation index at: https://code.storage/docs/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
Pagination cursor from previous response
Maximum number of tags to return (default: 20)
JWT Requirements
- The JWT must include the repository in the
repoclaim - Requires
git:readscope
Response
Notes
- Tags are sorted by name in lexical order
- The
shafield is the dereferenced commit SHA — for annotated tags this is the commit the tag points to, not the tag object itself - Internal tags (used by the platform) are filtered from results
Error Responses
Invalid JWT or missing authorization header