IngestFeedStatus is a datatype for details about the status of an ingest feed. It's used by the IngestFeedExecutionInfo datatype, which in turn is used by the IngestFeed. They're all used by the ingestFeed parameter of the Repository return datatype that's used by several GraphQL queries and mutations.

Table: IngestFeedStatus

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Sep 25, 2024
causeIngestFeedStatusCause  Long-TermThe cause of the problem with the ingest feed. See IngestFeedStatusCause
problemstringyes Long-TermDescription of the problem with the ingest feed.
statusTimestamplongyes Long-TermTimestamp, in milliseconds, of when the status message was set.
terseProblemstring  Long-TermTerse description of the problem with the ingest feed.