Get dependent agents

Get a list of agents depending on this knowledge base document

Path parameters

documentation_idstringRequired
The id of a document from the knowledge base. This is returned on document addition.

Headers

xi-api-keystringRequired

Query parameters

dependent_typeenumOptional
Type of dependent agents to return.
Allowed values:
page_sizeintegerOptional1-100Defaults to 30
How many documents to return at maximum. Can not exceed 100, defaults to 30.
cursorstring or nullOptional
Used for fetching next page. Cursor is returned in the response.

Response

Successful Response
agentslist of objects
has_moreboolean
next_cursorstring or null

Errors