OptionalagentID of the agent that initiated this ingestion (agi_...). null if initiated by a user.
Optionalcompleted_When the ingestion job finished, either successfully or with a failure. null if still in progress.
Optionalcreated_When the ingestion was submitted (ISO 8601).
OptionalerrorStructured error details when the ingestion has status: "failed". null for any other status.
Context ingestion ID (cig_...).
OptionalmetadataArbitrary key-value metadata associated with this ingestion run. Shape is caller-defined.
OptionalsourceID of the context source being ingested (cso_...). null if the source has been deleted.
Optionalstarted_When the ingestion job began processing. null if the job is still pending.
Current processing status. One of "pending", "running", "awaiting_callback", "succeeded", or "failed".
OptionalteamID of the team that owns this ingestion (tem_...). null if owned by a user or agent.
Optionalupdated_When the ingestion record was last updated (ISO 8601).
OptionaluserID of the user that initiated this ingestion (usr_...). null if initiated by an agent.
A context ingestion job that processes a context source and populates its documents. Tracks status and timing from submission through completion or failure.