API
CLI
GET /v1beta/projects/{project}/services/{service}/deployment
Example response
200 OK
Deployment data
JSON
{
"internal": {
"appId": "/example-user/default-project/example-service",
"nfObjectId": "5f3bd676b84798d54472d1cc",
"nfObjectType": "service",
"repository": "https://github.com/northflank/gatsby-with-northflank",
"branch": "master",
"buildSHA": "latest"
}
}