Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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>" } }
Retrieve goals for a Job with the specified Id. Required permissions: ViewJobs
ViewJobs
Id of job to link to goal
Success
Show child attributes
Was this page helpful?
Contact support