Skip to main content
Get Indexing Status

Headers

Accept-Language
string

Convert string references and multi-language values into a specified language (iso2) code.

SO-Language
string

Convert string references and multi-language values into a specified language (iso2) code. Overrides Accept-Language value.

SO-Culture
string

Number, date formatting in a specified culture (iso2 language) code. Partially overrides SO-Language/Accept-Language value. Ignored if no Language set.

SO-TimeZone
string

Specify the timezone code that you would like date/time responses converted to.

SO-AppToken
string

The application token that identifies the partner app. Used when calling Online WebAPI from a server.

Query Parameters

$select
string

Optional comma separated list of properties to include in the result. Other fields are then nulled out to reduce payload size: "Name,department,category". Default = show all fields.

Body

NamespaceName

GetIndexingStatus: Get the current status.

NamespaceName
string

Response

OK

RAG namespace status. How is the indexing going? Carrier object for RagStatus. Services for the RagStatus Carrier is available from the AI Agent.

StartedAt
string<date-time>

UTC timestamp - when content indexeing started.

CompletedAt
string<date-time>

UTC timestamp - when content indexing finished.

NamespaceName
string

Namespace the status belongs to.

CurrentRunTag
string

Unique identifier for current indexing job.

IsCompleted
boolean

Is the indexing run finished?

IsCancelled
boolean

Was the indexing cancelled before completion?

LastIndexed
string<date-time>

UTC timestamp - when last content was added/updated to index.

StatusAll
object

RAG namespace document index statistics Carrier object for RagStatusChunks. Services for the RagStatusChunks Carrier is available from the AI Agent.

StatusDocuments
object

RAG namespace document index statistics Carrier object for RagStatusChunks. Services for the RagStatusChunks Carrier is available from the AI Agent.

StatusFAQ
object

RAG namespace document index statistics Carrier object for RagStatusChunks. Services for the RagStatusChunks Carrier is available from the AI Agent.

StatusNone
object

RAG namespace document index statistics Carrier object for RagStatusChunks. Services for the RagStatusChunks Carrier is available from the AI Agent.

StatusProduct
object

RAG namespace document index statistics Carrier object for RagStatusChunks. Services for the RagStatusChunks Carrier is available from the AI Agent.

StatusTicket
object

RAG namespace document index statistics Carrier object for RagStatusChunks. Services for the RagStatusChunks Carrier is available from the AI Agent.

StatusWebpage
object

RAG namespace document index statistics Carrier object for RagStatusChunks. Services for the RagStatusChunks Carrier is available from the AI Agent.