• About
    • For Developers
  • API Reference
    • Changelog
  • Guides
    • Account creation
    • Agents async API
    • Links
API Referencemeetings

Get Meeting

GET
https://api.devrev.ai/meetings.get
GET
/meetings.get
1curl -G https://api.devrev.ai/meetings.get \
2 -H "Authorization: Bearer <token>" \
3 -d id=id
Try it
200Retrieved
1{
2 "meeting": {
3 "id": "string",
4 "members": [
5 {
6 "display_id": "string",
7 "id": "string",
8 "display_name": "string",
9 "display_picture": {
10 "display_id": "string",
11 "id": "string",
12 "file": {
13 "type": "string",
14 "name": "string",
15 "size": 1
16 }
17 },
18 "email": "string",
19 "full_name": "string",
20 "state": "active"
21 }
22 ],
23 "artifacts": [
24 {
25 "id": "string",
26 "display_id": "string",
27 "file": {
28 "type": "string",
29 "name": "string",
30 "size": 1
31 }
32 }
33 ],
34 "channel": "amazon_connect",
35 "created_by": {
36 "display_id": "string",
37 "id": "string",
38 "display_name": "string",
39 "display_picture": {
40 "display_id": "string",
41 "id": "string",
42 "file": {
43 "type": "string",
44 "name": "string",
45 "size": 1
46 }
47 },
48 "email": "string",
49 "full_name": "string",
50 "state": "active"
51 },
52 "created_date": "2023-01-01T12:00:00.000Z",
53 "custom_fields": {},
54 "custom_schema_fragments": [
55 "don:core:dvrv-us-1:devo/example:custom_type_fragment/custom-type-fragment-id"
56 ],
57 "description": "string",
58 "direction": "incoming",
59 "display_id": "string",
60 "ended_date": "2023-01-01T12:00:00.000Z",
61 "external_ref": "string",
62 "external_url": "string",
63 "modified_by": {
64 "display_id": "string",
65 "id": "string",
66 "display_name": "string",
67 "display_picture": {
68 "display_id": "string",
69 "id": "string",
70 "file": {
71 "type": "string",
72 "name": "string",
73 "size": 1
74 }
75 },
76 "email": "string",
77 "full_name": "string",
78 "state": "active"
79 },
80 "modified_date": "2023-01-01T12:00:00.000Z",
81 "organizer": {
82 "display_id": "string",
83 "id": "string",
84 "display_name": "string",
85 "display_picture": {
86 "display_id": "string",
87 "id": "string",
88 "file": {
89 "type": "string",
90 "name": "string",
91 "size": 1
92 }
93 },
94 "email": "string",
95 "full_name": "string",
96 "state": "active"
97 },
98 "parent": {
99 "display_id": "string",
100 "id": "string",
101 "display_name": "string"
102 },
103 "recording": {
104 "id": "string",
105 "display_id": "string",
106 "file": {
107 "type": "string",
108 "name": "string",
109 "size": 1
110 }
111 },
112 "recording_url": "string",
113 "scheduled_date": "2023-01-01T12:00:00.000Z",
114 "state": "canceled",
115 "stock_schema_fragment": "don:core:dvrv-us-1:devo/example:custom_type_fragment/custom-type-fragment-id",
116 "subtype": "string",
117 "sync_metadata": {
118 "external_reference": "string",
119 "last_sync_in": {
120 "status": "failed",
121 "sync_date": "2023-01-01T12:00:00.000Z",
122 "sync_unit": {
123 "id": "string",
124 "display_id": "string",
125 "external_system_type": "adaas",
126 "is_archived": true,
127 "name": "string",
128 "sync_run": {
129 "mode": "initial",
130 "progress": {
131 "state": "completed"
132 }
133 },
134 "sync_type": "manual"
135 }
136 },
137 "last_sync_out": {
138 "status": "failed",
139 "sync_date": "2023-01-01T12:00:00.000Z",
140 "sync_unit": {
141 "id": "string",
142 "display_id": "string",
143 "external_system_type": "adaas",
144 "is_archived": true,
145 "name": "string",
146 "sync_run": {
147 "mode": "initial",
148 "progress": {
149 "state": "completed"
150 }
151 },
152 "sync_type": "manual"
153 }
154 },
155 "origin_system": "string"
156 },
157 "tags": [
158 {
159 "tag": {
160 "id": "string",
161 "name": "string",
162 "display_id": "string",
163 "style_new": {
164 "color": "string"
165 }
166 },
167 "value": "string"
168 }
169 ],
170 "title": "string",
171 "transcript": {
172 "id": "string",
173 "display_id": "string",
174 "file": {
175 "type": "string",
176 "name": "string",
177 "size": 1
178 }
179 }
180 }
181}
Gets the meeting record.

Headers

AuthorizationstringRequired
Bearer authentication of the form `Bearer <token>`, where token is your auth token.

Query parameters

idstringRequiredformat: "id"
The meeting's ID.

Response

Success.
meetingobject

Errors

Was this page helpful?
Previous

Get Meeting (POST)

Next
Built with
The meeting's ID.
Success.

Get Meeting (POST)

Bearer authentication of the form Bearer <token>, where token is your auth token.