Check whether an artifact has been indexed (text extracted, chunked, and embedded).Documentation Index
Fetch the complete documentation index at: https://docs.9dlabs.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Request
UUID of the artifact.
Response
UUID of the artifact.
Workspace it belongs to.
The artifact type.
Whether indexing is complete.
Number of spans generated.
Total tokens across all spans.
ISO 8601 timestamp of indexing completion.
Example
Response
This endpoint is most useful when
ASYNC_INDEXING=true. With synchronous indexing (default), artifacts are indexed inline and indexed is always true in the ingest response.