Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openapi/chat-openapi-clientside.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/chat-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15536,7 +15536,7 @@ components:
type: apiKey
info:
title: Stream API
version: v225.26.0
version: v226.0.0
openapi: 3.0.3
paths:
/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/chat-openapi.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions openapi/chat-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ components:
type: string
x-stream-index: "002.001"
type:
default: export.users.error
default: export.channels.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -20820,7 +20820,7 @@ components:
type: apiKey
info:
title: Stream API
version: v225.26.0
version: v226.0.0
openapi: 3.0.3
paths:
/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/clientside-api.json

Large diffs are not rendered by default.

188 changes: 187 additions & 1 deletion openapi/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6645,6 +6645,39 @@ components:
- call_status
- call_duration_seconds
type: object
CallStatsSessionResponse:
properties:
call_ended_at:
format: date-time
type: number
x-stream-index: "005"
call_id:
type: string
x-stream-index: "002"
call_session_id:
type: string
x-stream-index: "003"
call_started_at:
format: date-time
type: number
x-stream-index: "004"
call_type:
type: string
x-stream-index: "001"
counts:
$ref: '#/components/schemas/CallStatsParticipantCounts'
x-stream-index: "007"
generated_at:
format: date-time
type: number
x-stream-index: "006"
required:
- call_type
- call_id
- call_session_id
- generated_at
- counts
type: object
CallTranscription:
description: CallTranscription represents a transcription of a call.
properties:
Expand Down Expand Up @@ -23395,6 +23428,126 @@ components:
- events
title: Response
type: object
QueryCallSessionStatsRequest:
nullable: true
properties:
filter_conditions:
additionalProperties: {}
description: Filter conditions to apply to the query
title: Filter
type: object
x-stream-filter-fields:
call_cid:
operators:
- $eq
type: string
call_session_id:
operators:
- $eq
type: string
counts.cq_score:
operators:
- $eq
- $gt
- $gte
- $lt
- $lte
- $ne
type: number
generated_at:
operators:
- $eq
- $gt
- $gte
- $lt
- $lte
type: date
session_ended_at:
operators:
- $eq
- $gt
- $gte
- $lt
- $lte
type: date
session_started_at:
operators:
- $eq
- $gt
- $gte
- $lt
- $lte
type: date
updated_at:
operators:
- $eq
- $gt
- $gte
- $lt
- $lte
type: date
x-stream-index: "001"
limit:
format: int32
maximum: 100
minimum: 0
type: integer
x-stream-index: "004.001"
next:
type: string
x-stream-index: "004.002"
prev:
type: string
x-stream-index: "004.003"
sort:
description: Array of sort parameters
items:
$ref: '#/components/schemas/SortParamRequest'
maxItems: 2
title: Sort
type: array
x-stream-index: "002"
x-stream-sort-combinations:
- - generated_at
- call_cid
- - updated_at
- call_cid
- - session_started_at
- call_cid
- - session_ended_at
- call_cid
x-stream-sort-fields:
- call_cid
- generated_at
- session_ended_at
- session_started_at
- updated_at
type: object
QueryCallSessionStatsResponse:
description: Basic response information
nullable: true
properties:
call_stats:
items:
$ref: '#/components/schemas/CallStatsSessionResponse'
type: array
x-stream-index: "001"
duration:
description: Duration of the request in milliseconds
title: Duration
type: string
x-stream-index: "002.001"
next:
type: string
x-stream-index: "003.001"
prev:
type: string
x-stream-index: "003.002"
required:
- call_stats
- duration
title: Response
type: object
QueryCallStatsMapResponse:
description: Basic response information
nullable: true
Expand Down Expand Up @@ -35927,7 +36080,7 @@ components:
type: apiKey
info:
title: Stream API
version: v225.26.0
version: v226.0.0
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down Expand Up @@ -46413,6 +46566,39 @@ paths:
summary: Query Call Stats
tags:
- product:video
/api/v2/video/call_stats:
post:
description: |2+

operationId: QueryCallSessionStats
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/QueryCallSessionStatsRequest'
required: true
responses:
"201":
content:
application/json:
schema:
$ref: '#/components/schemas/QueryCallSessionStatsResponse'
description: Response
"400":
content:
application/json:
schema:
$ref: '#/components/schemas/APIError'
description: Bad request
"429":
content:
application/json:
schema:
$ref: '#/components/schemas/APIError'
description: Too many requests
summary: Query call session stats
tags:
- product:video
/api/v2/video/call_stats/{call_type}/{call_id}/{session}/map:
get:
description: |2+
Expand Down
2 changes: 1 addition & 1 deletion openapi/moderation-clientside-api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/moderation-clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6516,7 +6516,7 @@ components:
type: apiKey
info:
title: Stream API
version: v225.26.0
version: v226.0.0
openapi: 3.0.3
paths:
/api/v2/moderation/appeal:
Expand Down
2 changes: 1 addition & 1 deletion openapi/moderation-openapi.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions openapi/moderation-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ components:
type: string
x-stream-index: "002.001"
type:
default: export.moderation_logs.error
default: export.bulk_image_moderation.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -4758,7 +4758,7 @@ components:
type: apiKey
info:
title: Stream API
version: v225.26.0
version: v226.0.0
openapi: 3.0.3
paths:
/api/v1/moderation/chat_message_tasks:
Expand Down
2 changes: 1 addition & 1 deletion openapi/moderation-serverside-api.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions openapi/moderation-serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ components:
type: string
x-stream-index: "002.001"
type:
default: export.bulk_image_moderation.error
default: export.moderation_logs.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -8198,7 +8198,7 @@ components:
type: apiKey
info:
title: Stream API
version: v225.26.0
version: v226.0.0
openapi: 3.0.3
paths:
/api/v2/moderation/action_logs:
Expand Down
2 changes: 1 addition & 1 deletion openapi/serverside-api.json

Large diffs are not rendered by default.

Loading
Loading