Jamie integration (Productivity, AI). Imported from open-connector.
https://beta-api.meetjamie.ai/meetings.list
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The number of items to return, from 1 to 100. |
| cursor | string | optional | The pagination cursor returned by Jamie. |
| startDate | string | optional | Only return records starting or created on or after this ISO 8601 date. |
| endDate | string | optional | Only return records starting or created on or before this ISO 8601 date. |
| userEmail | string | optional | Workspace-key-only filter for a specific user's email address. |
| tag | string | optional | Personal-key-only filter by Jamie tag name. |
/v1/{routeSet}/meetings.get
| Param | Type | Required | Description |
|---|---|---|---|
| meetingId | string | optional | The Jamie meeting ID. |
| routeSet | string | required | Path parameter: routeSet |
/tasks.list
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The number of items to return, from 1 to 100. |
| cursor | string | optional | The pagination cursor returned by Jamie. |
| startDate | string | optional | Only return records starting or created on or after this ISO 8601 date. |
| endDate | string | optional | Only return records starting or created on or before this ISO 8601 date. |
| userEmail | string | optional | Workspace-key-only filter for a specific user's email address. |
| completed | boolean | optional | Filter tasks by completion status. |
| meetingId | string | optional | Filter tasks from a specific Jamie meeting. |
/meetings.search
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | required | The semantic search query. |
| startDate | string | optional | Only return records starting or created on or after this ISO 8601 date. |
| endDate | string | optional | Only return records starting or created on or before this ISO 8601 date. |
/tags.list