/
BA
basedhardware
/
Omi Developer API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 7d ago
Details
Filter operations
Action Items
5
API Keys
3
Conversations
6
developer
1
Folders
1
Goals
7
get
Get Goals
post
Create Goal
get
Get Goal
delete
Delete Goal
patch
Update Goal
get
Get Goal History
patch
Update Goal Progress
Memories
5
Goals
Get Goal
Get a single goal by ID.
goal_id
: The ID of the goal to retrieve
get
/v1/dev/user/goals/{goal_id}
Path parameters
goal_id
string
required
Response
Successful Response
DeveloperGoal
required
created_at
string
date-time
required
current_value
number
required
goal_type
string
required
id
string
required
is_active
boolean
required
max_value
number
required
min_value
number
required
target_value
number
required
title
string
required
unit
string
nullable
updated_at
string
date-time
required
Changes