Agent Builder
Get Agent Builder Inventory
Get Agent Builder Inventory with the DialNexa API. Returns the model, transcriber, and language catalog used to resolve a build configuration.
GET
Get Agent Builder Inventory
Read only
Get Agent Builder Inventory uses your workspace API key. Returns the model, transcriber, and language catalog used to resolve a build configuration.
Before you begin
Use a server-side API key for the intended workspace.Get Agent Builder Inventory request
The request panel lists supported query parameters and body fields. For a request body, the example below supplies the required fields. Replace sample values with your own inputs.Verify the result
Expect HTTP200. Read the data property in the success envelope; the response panel documents its fields.
This operation also accepts the matching /v1/assistant path. The request and result contracts are shared. Use one path consistently for your integration.
Retry safety
This operation does not modify workspace resources. Retry after a transient connection failure.Errors and recovery
401: Missing, expired, or invalid API key.
Related endpoints
- Build Agent Configuration
- Stream Agent Build
- Generate Agent Objectives
- Generate Agent Tone
- API authentication
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.