Parameters
Pagination cursor from previous response (base64 encoded)
Maximum number of repositories to return (default: 20, max: 100)
JWT Requirements
- Requires
org:readscope
Response
Response Fields
List of repository objects
Internal repository ID
Repository URL path (matches the JWT
repo claim)Default branch name
ISO 8601 creation timestamp
Git Sync configuration (if configured)
Opaque cursor for the next page (absent when no more results)
Whether more repositories exist
Notes
- The
next_cursorvalue should be used for fetching the next page - Repositories are returned in creation order
- The
base_repofield is only present for repositories with Git Sync configured
Error Responses
Invalid JWT or missing
org:read scope