Skip to main content
GET
List owned meetings

Authorizations

Authorization
string
header
required

API key authentication. Pass your key as a Bearer token. Keys use the format hm_live_<32 hex chars>. Generate keys from your Harmonica dashboard settings.

Query Parameters

status
enum<string>
Available options:
scheduled,
joining,
in_call,
recording,
transcribing,
ready,
failed,
cancelled
provider
enum<string>
Available options:
google_meet,
zoom,
microsoft_teams
attachment
enum<string>

Filter by whether the meeting is attached to at least one Project.

Available options:
attached,
unattached
from
string<date-time>

Include meetings starting at or after this timestamp.

to
string<date-time>

Include meetings starting before this timestamp.

updated_since
string<date-time>

Include meetings updated at or after this timestamp.

limit
integer
default:20
Required range: 1 <= x <= 100
offset
integer
default:0

Legacy offset pagination. Cannot be combined with a non-first-page cursor.

Required range: x >= 0
cursor
string

Opaque stable cursor returned by the previous meeting page.

Minimum string length: 1

Response

Owner-scoped meeting page

data
object[]
required
pagination
object
required