Returns a paginated list of all repositories owned by the specified account or UUID.

The result can be narrowed down based on the authenticated user’s role.

E.g. with ?role=contributor, only those repositories that the authenticated user has write access to are returned (this includes any repo the user is an admin on, as that implies write access).

This endpoint also supports filtering and sorting of the results. See filtering and sorting for more details.

External Documentation

To learn more, visit the Bitbucket documentation.

Parameters

ParameterDescription
Workspace SlugThis can either be the workspace ID (slug) or the workspace UUID
surrounded by curly-braces, for example: {workspace UUID}.

Example Output

{
	"values": [],
	"pagelen": 8,
	"size": 1,
	"page": 0
}

Workflow Library Example

List Workspace Repos with Bitbucket and Send Results Via Email

Preview this Workflow on desktop