pydo.genai.list_indexing_job_data_sources()
Generated on 17 Apr 2025
from pydo
version
v0.10.0
Description
To list all datasources for an indexing job, send a GET request to /v2/gen-ai/indexing_jobs/{indexing_job_uuid}/data_sources
.
Parameters
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
indexing_job_uuid |
string | True | Uuid of the indexing job |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.