ENUM
ImportStatus
The status of an import.
link GraphQL Schema definition
- enum ImportStatus {
- # The import is pending.
- # The import is not valid.
- # The import is queued for processing.
- # The import is running.
- # The import has successfully completed.
- # The import has failed.
- # The import is a duplicate of a previously completed import.
- # The user is not authorized to access this data.
- }
link Require by
- CallDetailRecordImportRecipeA recipe for importing call detail records (CDRs).
- DidImportRecipeA recipe for importing DIDs.
- ImportAn import.
- ImportrecipeableInterfaceAn entity that defines the recipe for an `Import`.
- Querynull
- RateCenterA rate center.
- VoiceProviderA `VoiceProvider`.
- VoiceProviderRateImportRecipeA recipe for importing voice provider rates.