v1
latestOpenAPI 3.0.32026-07-24354865.6 KBFlags
Flag list
Returns a paginated list of flags for the specified repository
get/{service}/{owner_username}/repos/{repo_name}/flags/
Path parameters
owner_usernamestring required
username from service provider
repo_namestring required
repository name
service'bitbucket' | 'bitbucket_server' | 'github' | 'github_enterprise' | 'gitlab' | 'gitlab_enterprise' required
Git hosting service provider
Query parameters
pageinteger
A page number within the paginated result set.
page_sizeinteger
Number of results to return per page.
Response
Example response
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2"
}