You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-reference/beta/api/adhoccall-getalltranscripts.md
+44-31Lines changed: 44 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,16 @@ Don't supply a request body for this method.
59
59
60
60
If successful, this function returns a `200 OK` response code and a [callTranscript](../resources/calltranscript.md) collection in the response body.
61
61
62
+
### Error responses
63
+
64
+
This API is governed by tenant administrator settings for transcript access. Branch on the `innerError.code` value, not the message text — messages are subject to change.
65
+
66
+
| Status | Error code (`innerError.code`) | Condition |
|`403 Forbidden`|`GraphAccessToTranscriptsDisabled`| A tenant administrator has turned off Graph API access to transcripts. No retry succeeds until access is re-enabled. |
69
+
70
+
The `transcriptContentUrl` returned by this function points at the transcript `/content` endpoint, which is additionally subject to the tenant's speaker-attribution setting. For that error and an example error payload, see [Get callTranscript](../api/calltranscript-get.md#error-responses).
71
+
62
72
## Examples
63
73
64
74
### Request
@@ -69,14 +79,17 @@ The following example shows a request.
69
79
"name": "adhoccallthis.getalltranscripts"
70
80
}
71
81
-->
82
+
72
83
```http
73
84
GET https://graph.microsoft.com/beta/adhocCalls/getAllTranscripts(userId=d4220f1b-4c12-436c-8a03-dc3e362f9d54,startDateTime=2025-10-07T07:25:21.9730833Z,endDateTime=2025-10-07T07:25:52.4130833Z)
74
85
```
75
86
76
87
### Response
77
88
78
89
The following example shows the response.
90
+
79
91
>**Note:** The response object shown here might be shortened for readability.
0 commit comments