Get Dependent Agents For Multiple Documents
Get a list of agents depending on any of the given knowledge base documents.
Query parameters
Type of dependent agents to return.
How many documents to return at maximum. Can not exceed 100, defaults to 30.
How many documents to return at maximum. Can not exceed 100, defaults to 30.
Used for fetching next page. Cursor is returned in the response.
Used for fetching next page. Cursor is returned in the response.
Headers
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Request body
Example request
{
"document_ids": [
"21m00Tcm4TlvDq8ikWAM",
"31m00Tcm4TlvDq8ikWBM"
]
}Response
Successful Response
Changes
Changed in 1 of the 27 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○