The ingestFeed() GraphQL queries field is used retrieve information on an ingest feed.

Syntax

Below is the syntax for the ingestFeed() queries field:

IngestFeed(
       id: string!
    ): IngestFeed!

Returned Datatypes

The returned datatype ingestFeed() has its own parameters. Below is a list of them along with their datatypes and a description of each:

Table: IngestFeed

ParameterTypeRequired[a]DefaultDescription
idstringyes The unique identifier of the ingest feed.
namestringyes The name of the ingest feed.
descriptionstring  A description of the ingest feed.
parserParser  The parser used to parse the ingest feed.
enabledbooleanyes Whether the ingest from the ingest feed is enabled.
sourceIngestFeedSourceyes The source from which the ingest feed will ingest (see IngestFeedSource Table).
createdAtlongyes Unix timestamp for when this feed was created.
executionInfoIngestFeedExecutionInfo  Details about how the ingest feed is running. (see IngestFeedExecutionInfo Table).

[a] Some arguments may be required, as indicated in this column. For some fields, this column indicates that a result will always be returned for it.