Skip to main content
GET
/
api
/
jobs
/
v1
/
goals
Get linked goals for a job
curl --request GET \
  --url https://api.example.com/api/jobs/v1/goals \
  --header 'X-Domino-Api-Key: <api-key>'
{
  "goals": [
    {
      "currentStage": "Ideation",
      "goalId": "62313cfd7a0af0281c01a6a6",
      "jobId": "62313d207a0af0281c01a6a7",
      "projectId": "62313d377a0af0281c01a6a8",
      "title": "MyGoal",
      "description": "Develop a better performing model"
    }
  ],
  "metadata": {
    "notices": [
      "<string>"
    ],
    "requestId": "<string>"
  }
}

Authorizations

X-Domino-Api-Key
string
header
required

Query Parameters

jobId
string
required

Id of job to link to goal

Response

Success

goals
object[]
required
metadata
object
required