ENUM

IngestionStatus

link GraphQL Schema definition

1enum IngestionStatus {
2
3RECORD
4
5RECORD_AND_TRANSCRIBE
6
7INACTIVE
8
9METRICS_ONLY
10}