1. Packages
  2. DigitalOcean Provider
  3. API Docs
  4. getGenaiKnowledgeBaseIndexingJobs
DigitalOcean v4.55.0 published on Friday, Nov 14, 2025 by Pulumi
digitalocean logo
DigitalOcean v4.55.0 published on Friday, Nov 14, 2025 by Pulumi

    Using getGenaiKnowledgeBaseIndexingJobs

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getGenaiKnowledgeBaseIndexingJobs(args: GetGenaiKnowledgeBaseIndexingJobsArgs, opts?: InvokeOptions): Promise<GetGenaiKnowledgeBaseIndexingJobsResult>
    function getGenaiKnowledgeBaseIndexingJobsOutput(args: GetGenaiKnowledgeBaseIndexingJobsOutputArgs, opts?: InvokeOptions): Output<GetGenaiKnowledgeBaseIndexingJobsResult>
    def get_genai_knowledge_base_indexing_jobs(knowledge_base_uuid: Optional[str] = None,
                                               opts: Optional[InvokeOptions] = None) -> GetGenaiKnowledgeBaseIndexingJobsResult
    def get_genai_knowledge_base_indexing_jobs_output(knowledge_base_uuid: Optional[pulumi.Input[str]] = None,
                                               opts: Optional[InvokeOptions] = None) -> Output[GetGenaiKnowledgeBaseIndexingJobsResult]
    func GetGenaiKnowledgeBaseIndexingJobs(ctx *Context, args *GetGenaiKnowledgeBaseIndexingJobsArgs, opts ...InvokeOption) (*GetGenaiKnowledgeBaseIndexingJobsResult, error)
    func GetGenaiKnowledgeBaseIndexingJobsOutput(ctx *Context, args *GetGenaiKnowledgeBaseIndexingJobsOutputArgs, opts ...InvokeOption) GetGenaiKnowledgeBaseIndexingJobsResultOutput

    > Note: This function is named GetGenaiKnowledgeBaseIndexingJobs in the Go SDK.

    public static class GetGenaiKnowledgeBaseIndexingJobs 
    {
        public static Task<GetGenaiKnowledgeBaseIndexingJobsResult> InvokeAsync(GetGenaiKnowledgeBaseIndexingJobsArgs args, InvokeOptions? opts = null)
        public static Output<GetGenaiKnowledgeBaseIndexingJobsResult> Invoke(GetGenaiKnowledgeBaseIndexingJobsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGenaiKnowledgeBaseIndexingJobsResult> getGenaiKnowledgeBaseIndexingJobs(GetGenaiKnowledgeBaseIndexingJobsArgs args, InvokeOptions options)
    public static Output<GetGenaiKnowledgeBaseIndexingJobsResult> getGenaiKnowledgeBaseIndexingJobs(GetGenaiKnowledgeBaseIndexingJobsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: digitalocean:index/getGenaiKnowledgeBaseIndexingJobs:getGenaiKnowledgeBaseIndexingJobs
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getGenaiKnowledgeBaseIndexingJobs Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Jobs []GetGenaiKnowledgeBaseIndexingJobsJob
    KnowledgeBaseUuid string
    Metas []GetGenaiKnowledgeBaseIndexingJobsMeta
    id string
    The provider-assigned unique ID for this managed resource.
    jobs GetGenaiKnowledgeBaseIndexingJobsJob[]
    knowledgeBaseUuid string
    metas GetGenaiKnowledgeBaseIndexingJobsMeta[]
    id String
    The provider-assigned unique ID for this managed resource.
    jobs List<Property Map>
    knowledgeBaseUuid String
    metas List<Property Map>

    Supporting Types

    GetGenaiKnowledgeBaseIndexingJobsJob

    CompletedDatasources int
    Number of datasources indexed completed
    CreatedAt string
    Creation timestamp
    DataSourceUuids List<string>
    List of data source UUIDs
    FinishedAt string
    Finish timestamp
    KnowledgeBaseUuid string
    Knowledge base UUID
    Phase string
    Current phase of the batch job
    StartedAt string
    Start timestamp
    Status string
    Status of the indexing job
    Tokens int
    Number of tokens
    TotalDatasources int
    Total number of datasources being indexed
    TotalItemsFailed string
    Total items failed
    TotalItemsIndexed string
    Total items indexed
    TotalItemsSkipped string
    Total items skipped
    UpdatedAt string
    Last update timestamp
    Uuid string
    Unique identifier of the indexing job
    CompletedDatasources int
    Number of datasources indexed completed
    CreatedAt string
    Creation timestamp
    DataSourceUuids []string
    List of data source UUIDs
    FinishedAt string
    Finish timestamp
    KnowledgeBaseUuid string
    Knowledge base UUID
    Phase string
    Current phase of the batch job
    StartedAt string
    Start timestamp
    Status string
    Status of the indexing job
    Tokens int
    Number of tokens
    TotalDatasources int
    Total number of datasources being indexed
    TotalItemsFailed string
    Total items failed
    TotalItemsIndexed string
    Total items indexed
    TotalItemsSkipped string
    Total items skipped
    UpdatedAt string
    Last update timestamp
    Uuid string
    Unique identifier of the indexing job
    completedDatasources Integer
    Number of datasources indexed completed
    createdAt String
    Creation timestamp
    dataSourceUuids List<String>
    List of data source UUIDs
    finishedAt String
    Finish timestamp
    knowledgeBaseUuid String
    Knowledge base UUID
    phase String
    Current phase of the batch job
    startedAt String
    Start timestamp
    status String
    Status of the indexing job
    tokens Integer
    Number of tokens
    totalDatasources Integer
    Total number of datasources being indexed
    totalItemsFailed String
    Total items failed
    totalItemsIndexed String
    Total items indexed
    totalItemsSkipped String
    Total items skipped
    updatedAt String
    Last update timestamp
    uuid String
    Unique identifier of the indexing job
    completedDatasources number
    Number of datasources indexed completed
    createdAt string
    Creation timestamp
    dataSourceUuids string[]
    List of data source UUIDs
    finishedAt string
    Finish timestamp
    knowledgeBaseUuid string
    Knowledge base UUID
    phase string
    Current phase of the batch job
    startedAt string
    Start timestamp
    status string
    Status of the indexing job
    tokens number
    Number of tokens
    totalDatasources number
    Total number of datasources being indexed
    totalItemsFailed string
    Total items failed
    totalItemsIndexed string
    Total items indexed
    totalItemsSkipped string
    Total items skipped
    updatedAt string
    Last update timestamp
    uuid string
    Unique identifier of the indexing job
    completed_datasources int
    Number of datasources indexed completed
    created_at str
    Creation timestamp
    data_source_uuids Sequence[str]
    List of data source UUIDs
    finished_at str
    Finish timestamp
    knowledge_base_uuid str
    Knowledge base UUID
    phase str
    Current phase of the batch job
    started_at str
    Start timestamp
    status str
    Status of the indexing job
    tokens int
    Number of tokens
    total_datasources int
    Total number of datasources being indexed
    total_items_failed str
    Total items failed
    total_items_indexed str
    Total items indexed
    total_items_skipped str
    Total items skipped
    updated_at str
    Last update timestamp
    uuid str
    Unique identifier of the indexing job
    completedDatasources Number
    Number of datasources indexed completed
    createdAt String
    Creation timestamp
    dataSourceUuids List<String>
    List of data source UUIDs
    finishedAt String
    Finish timestamp
    knowledgeBaseUuid String
    Knowledge base UUID
    phase String
    Current phase of the batch job
    startedAt String
    Start timestamp
    status String
    Status of the indexing job
    tokens Number
    Number of tokens
    totalDatasources Number
    Total number of datasources being indexed
    totalItemsFailed String
    Total items failed
    totalItemsIndexed String
    Total items indexed
    totalItemsSkipped String
    Total items skipped
    updatedAt String
    Last update timestamp
    uuid String
    Unique identifier of the indexing job

    GetGenaiKnowledgeBaseIndexingJobsMeta

    Page int
    Current page number
    Pages int
    Total number of pages
    Total int
    Total number of items
    Page int
    Current page number
    Pages int
    Total number of pages
    Total int
    Total number of items
    page Integer
    Current page number
    pages Integer
    Total number of pages
    total Integer
    Total number of items
    page number
    Current page number
    pages number
    Total number of pages
    total number
    Total number of items
    page int
    Current page number
    pages int
    Total number of pages
    total int
    Total number of items
    page Number
    Current page number
    pages Number
    Total number of pages
    total Number
    Total number of items

    Package Details

    Repository
    DigitalOcean pulumi/pulumi-digitalocean
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the digitalocean Terraform Provider.
    digitalocean logo
    DigitalOcean v4.55.0 published on Friday, Nov 14, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate