Rate this page:
GET /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/properties/{app_key}/{property_name}
Retrieve an application property value stored against a commit.
string
The repository container; either the workspace slug or the UUID in curly braces.
string
The repository.
string
The commit.
string
The key of the Connect app.
string
The name of the property.
1 2 3
curl --request GET \
--url 'https://api.bitbucket.org/2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/properties/{app_key}/{property_name}' \
--header 'Accept: application/json'