Reclaim.ai moment API
The moment API from Reclaim.ai — 2 operation(s) for moment.
The moment API from Reclaim.ai — 2 operation(s) for moment.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/reclaim-ai-moment-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
title: Reclaim account-time-schemes Moment API
description: Reclaim's awesome API
contact:
name: Reclaim.ai Inc.
url: http://reclaim.ai
email: info@reclaim.ai
license:
name: Reclaim 9.9
url: http://reclaim.ai
version: '0.1'
servers:
- url: https://api.app.reclaim.ai
description: Base URL declared by the provider in apis.yml (roadmap#122).
tags:
- name: moment
paths:
/api/moment:
get:
tags:
- moment
operationId: get_3
responses:
'200':
description: get_3 200 response
content:
application/json:
schema:
$ref: '#/components/schemas/Moment'
security:
- Authorization: []
/api/moment/next:
get:
tags:
- moment
operationId: next
responses:
'200':
description: next 200 response
content:
application/json:
schema:
$ref: '#/components/schemas/Moment'
security:
- Authorization: []
components:
schemas:
EventSubType:
type: string
enum:
- ONE_ON_ONE
- STAFF_MEETING
- OP_REVIEW
- EXTERNAL
- IDEATION
- FOCUS
- PRODUCTIVITY
- TRAVEL
- FLIGHT
- TRAIN
- RECLAIM
- VACATION
- HEALTH
- ERRAND
- OTHER_PERSONAL
- UNKNOWN
Moment:
required:
- additionalEvents
- now
type: object
properties:
event:
allOf:
- $ref: '#/components/schemas/Event'
additionalEvents:
type: array
items:
$ref: '#/components/schemas/Event'
now:
type: string
format: date-time
description: 'Reflects what the current moment of time is for a user. Payload includes the "primary" active event (or none, if nothing is active) as well as any additional events that might also be in flight but are deemed by Reclaim as secondary/less important. Additionally, if the active event is a Reclaim-managed assignment (ex: task, habit, smart 1:1), it is also included in the payload. When there are multiple active events, the logic for what is considered "primary" vs "secondary" is an internal implementation, but generally speaking it should match the same logic that the Slack integration uses for determining which status to display when there are overlaps.'
EventResponseStatus:
type: string
enum:
- None
- Organizer
- Accepted
- Declined
- TentativelyAccepted
- NotResponded
x-enum-varnames:
- None
- Organizer
- Accepted
- Declined
- TentativelyAccepted
- NotResponded
EventColor:
type: string
enum:
- NONE
- LAVENDER
- SAGE
- GRAPE
- FLAMINGO
- BANANA
- TANGERINE
- PEACOCK
- GRAPHITE
- BLUEBERRY
- BASIL
- TOMATO
PriorityLevel:
type: string
enum:
- P1
- P2
- P3
- P4
- PRIORITIZE
- DEFAULT
x-deprecated:
- PRIORITIZE
- DEFAULT
MergeDetails.EventType:
type: string
enum:
- ORGANIZER_EVENT
- ATTENDEE_EVENT
- SYNC_EVENT
Colorized:
type: object
properties:
color:
$ref: '#/components/schemas/EventColor'
MeetingType:
type: string
enum:
- DIRECT_11
- PEER_11
- SKIP_11
- XFUNC_11
- OTHER_11
- TEAM
- XFUNC_TEAM
- EXEC
- SKIP_TEAM
- ALL_HANDS
- ONBOARDING_TRAINING
- COMPANY_EVENT
- BOARD_MEETING
- OTHER_STAFF
- DEAL_REVIEW
- EXECUTION_REVIEW
- DEMO
- PLANNING_MEETING
- RETRO
- EMERGENCY
- PEOPLE_REVIEW
- OTHER_OP
- ROADMAP
- CUST_MEETING
- CUST_RESEARCH
- CUST_URGENT
- RECRUIT_SCREEN
- OTHER_EXTERNAL
- DESIGN_BRAIN
- TECH_REVIEW
- KICKOFF
- REQ_BRAIN
- OTHER_IDEATION
- UNKNOWN
AssistDetails:
type: object
properties:
type:
$ref: '#/components/schemas/AssistType'
customHabit:
type: boolean
smartSeries:
type: boolean
focus:
type: boolean
habitOrTask:
type: boolean
task:
type: boolean
conferenceBuffer:
type: boolean
travelBuffer:
type: boolean
status:
$ref: '#/components/schemas/AssistStatus'
travelNewEventId:
type:
- string
- 'null'
description: The source event id for a travel assist event.
conferenceEventId:
type:
- string
- 'null'
description: The source event id for a conference (decompression time) event.
lastControlledUpdate:
type: string
format: date-time
lastControlledHash:
type: integer
format: int32
defended:
type: boolean
pinned:
type: boolean
lockState:
allOf:
- $ref: '#/components/schemas/LockState'
dailyHabitId:
type:
- integer
- 'null'
format: int64
seriesLineageId:
type:
- integer
- 'null'
format: int64
seriesId:
type:
- integer
- 'null'
format: int64
taskId:
type:
- integer
- 'null'
format: int64
taskIndex:
type:
- integer
- 'null'
format: int32
policyOverride:
allOf:
- $ref: '#/components/schemas/AssistPolicyOverride'
lastManualAdjustment:
type: string
format: date-time
recurringAssignmentType:
$ref: '#/components/schemas/RecurringAssignmentType'
eventType:
$ref: '#/components/schemas/ReclaimEventType'
manuallyStarted:
type: boolean
focusId:
type:
- integer
- 'null'
format: int64
assistReferenceValid:
type: boolean
description: This entity maps to the assist_events table.
EventCategory:
$ref: '#/components/schemas/Colorized'
EventType:
type: string
enum:
- MEETING
- WORK
- LOGISTICS
- PERSONAL
PrioritySource:
type: string
enum:
- MANUAL
- AI
- RULES
EventAttendee:
required:
- email
type: object
properties:
email:
type: string
self:
type:
- boolean
- 'null'
displayName:
type:
- string
- 'null'
responseStatus:
allOf:
- $ref: '#/components/schemas/ResponseStatus'
comment:
type:
- string
- 'null'
optional:
type:
- boolean
- 'null'
additionalGuests:
type:
- integer
- 'null'
format: int32
organizer:
type:
- boolean
- 'null'
resource:
type:
- boolean
- 'null'
EventKey:
required:
- calendarId
- eventId
type: object
properties:
eventId:
type: string
calendarId:
type: integer
format: int64
EventStatus:
type: string
enum:
- PUBLISHED
- CANCELLED
Event:
required:
- allocatedTimeChunks
- assist
- calendarId
- categoryOverride
- description
- etag
- eventEnd
- eventId
- eventStart
- key
- location
- meetingType
- organizer
- priority
- recurrence
- recurrenceMax
- recurringEventId
- requiresTravel
- rsvpStatus
- sourceDetails
- status
- subType
- timeChunks
- title
- titleSeenByOthers
- type
- updated
type: object
properties:
googleMetadata:
description: Returns Google Calendar-specific metadata that doesn't fit into a common event model, but that services and UI might be interested in introspecting. If the event isn't a Google Calendar event, this method will return an empty value.
allOf:
- $ref: '#/components/schemas/GoogleCalendarEventMetadata'
schedulingLinkId:
type:
- string
- 'null'
schedulingLinkMeetingId:
type:
- string
- 'null'
underAssistControl:
type: boolean
assist:
$ref: '#/components/schemas/AssistDetails'
reclaimEventType:
$ref: '#/components/schemas/ReclaimEventType'
personalSync:
type: boolean
reclaimManaged:
type: boolean
description: Reclaim likely created and manages this event but important to note that this event might not be organized by this user so very important to check also [isReclaimManagedAndSelfOrganized](#isReclaimManagedAndSelfOrganized) if the calling class would do something different for a Reclaim managed event if the person attached to this event is an attendee, rather than the organizer.
reclaimManagedAndSelfOrganized:
type: boolean
description: Important to note that there are Reclaim "managed" events like smart meetings and scheduling link events where the user associated with the event is *not* the organizer, and as a result, we may need to do things like color coding or scoring.
eventId:
type: string
calendarId:
type: integer
format: int64
key:
$ref: '#/components/schemas/EventKey'
priority:
$ref: '#/components/schemas/PriorityLevel'
prioritySource:
allOf:
- $ref: '#/components/schemas/PrioritySource'
title:
type: string
titleSeenByOthers:
type: string
location:
type: string
onlineMeetingUrlRaw:
type: string
onlineMeetingUrl:
type: string
description:
type: string
descriptionOmitted:
type: boolean
titleTruncated:
type: boolean
sourceDetails:
$ref: '#/components/schemas/EventSourceDetails'
mergeDetails:
$ref: '#/components/schemas/MergeDetails'
status:
$ref: '#/components/schemas/EventStatus'
published:
type: boolean
type:
$ref: '#/components/schemas/EventType'
subType:
$ref: '#/components/schemas/EventSubType'
meetingType:
$ref: '#/components/schemas/MeetingType'
categoryOverride:
$ref: '#/components/schemas/EventCategory'
eventStart:
type: string
format: date-time
eventEnd:
type: string
format: date-time
timeChunks:
type: integer
format: int32
allocatedTimeChunks:
type: integer
format: int32
recurringEventId:
type: string
updated:
type: string
format: date-time
recurringException:
type: boolean
recurrence:
type: string
recurrenceMax:
type: string
format: date-time
recurring:
type: boolean
recurringInstance:
type: boolean
private:
type: boolean
public:
type: boolean
color:
$ref: '#/components/schemas/EventColor'
organizer:
type: string
numAttendees:
type: integer
format: int32
attendees:
type: array
items:
$ref: '#/components/schemas/EventAttendee'
free:
type: boolean
category:
$ref: '#/components/schemas/EventCategory'
rsvpStatus:
$ref: '#/components/schemas/EventResponseStatus'
requiresTravel:
type: boolean
conferenceCall:
type: boolean
etag:
type:
- string
- 'null'
smartSeriesId:
type:
- integer
- 'null'
format: int64
sourceEventType:
$ref: '#/components/schemas/PlatformEventType'
version:
type: string
manuallyStarted:
type: boolean
inheritedExternalId:
type:
- string
- 'null'
description: 'Retrieves the inherited external ID for the event. The inherited external ID is used in scenarios where a non-pipeline user is invited to an event created by Reclaim on a pipeline user''s Microsoft calendar.
In such cases, the inherited external ID represents the "external-id" of the organizer''s event,
which is crucial for supporting event ID parsing. This mechanism ensures compatibility with Reclaim''s
existing logic for detecting and parsing event information, even when the event ID cannot be directly
relied upon (e.g., in Microsoft calendars).'
AssistStatus:
type: string
enum:
- CONTROLLED
- RELEASED
- ARCHIVED
ResponseStatus:
type: string
enum:
- DECLINED
- NEEDS_ACTION
- TENTATIVE
- ACCEPTED
- UNKNOWN
GoogleCalendarEventMetadata:
required:
- guestsCanInviteOthers
- guestsCanModify
- guestsCanSeeOtherGuests
type: object
properties:
guestsCanModify:
type: boolean
guestsCanInviteOthers:
type: boolean
guestsCanSeeOtherGuests:
type: boolean
MergeDetails:
required:
- key
- sourceCalendarId
- sourceReclaimCalendarId
- type
type: object
properties:
key:
type: string
type:
$ref: '#/components/schemas/MergeDetails.EventType'
sourceCalendarId:
type:
- string
- 'null'
sourceReclaimCalendarId:
type:
- integer
- 'null'
format: int64
ReclaimEventType:
type: string
enum:
- USER
- SYNC
- HABIT_ASSIGNMENT
- SMART_HABIT
- ONE_ON_ONE_ASSIGNMENT
- SMART_MEETING
- TASK_ASSIGNMENT
- CONF_BUFFER
- TRAVEL_BUFFER
- SCHEDULING_LINK_MEETING
- UNKNOWN
- FOCUS
RecurringAssignmentType:
type: string
enum:
- ONE_ON_ONE
- DAILY_HABIT
- TASK
EventSourceDetails:
required:
- base64Id
- calendarId
- description
- etag
- eventId
- eventKey
- title
- url
- writable
type: object
properties:
writable:
type: boolean
calendarId:
type: integer
format: int64
eventId:
type: string
etag:
type: string
eventKey:
$ref: '#/components/schemas/EventKey'
base64Id:
type: string
url:
type: string
title:
type: string
description:
type: string
LockState:
type: string
enum:
- MANUALLY_LOCKED
- ADJUSTED
- UPCOMING_WINDOW
- MANUALLY_UNLOCKED
- DELETED
- DECLINED
- IN_THE_PAST
AssistPolicyOverride:
required:
- durationMax
- durationMin
- forceDefend
- idealTime
- windowEnd
- windowStart
type: object
properties:
windowStart:
type: string
format: partial-time
idealTime:
type: string
format: partial-time
windowEnd:
type: string
format: partial-time
durationMin:
type: integer
format: int32
durationMax:
type: integer
format: int32
forceDefend:
type: boolean
AssistType:
type: string
enum:
- TASK
- CUSTOM_DAILY
- CATCHUP_AM
- CATCHUP_PM
- LUNCH
- FOCUS
- TRAVEL_PRE
- TRAVEL_POST
- CONBUF
- SMART_HABIT
- SMART_MEETING
- RECLAIM_FOCUS
PlatformEventType:
type: string
enum:
- DEFAULT
- OUT_OF_OFFICE
- FROM_MAIL
- WORKING_LOCATION
- FOCUS_TIME
- BIRTHDAY
securitySchemes:
Authorization:
type: oauth2