Addon
Branch restrictions
Branching model
Commit statuses
Commits
Deployments
Downloads
Issue tracker
Pipelines
Projects
Pullrequests
Refs
Reports
Repositories
Snippets
Source
Ssh
Users
Webhooks
Workspaces
Other operations

Rate this page:

Other operations

Get a commit application property

GET /2.0/repositories/{workspace}/{repo_slug}/commit/{commit}/properties/{app_key}/{property_name}

Retrieve an application property value stored against a commit.

Request

Path parameters
workspace Required

string

The repository container; either the workspace slug or the UUID in curly braces.

repo_slug Required

string

The repository.

commit Required

string

The commit.

app_key Required

string

The key of the Connect app.

property_name Required

string

The name of the property.

Example

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'