get-objective
Retrieve Shortcut project objectives using their public ID to access detailed information and manage project tracking.
Instructions
Get a Shortcut objective by public ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectivePublicId | Yes | The public ID of the objective to get |
Input Schema (JSON Schema)
{
"properties": {
"objectivePublicId": {
"description": "The public ID of the objective to get",
"exclusiveMinimum": 0,
"type": "number"
}
},
"required": [
"objectivePublicId"
],
"type": "object"
}