Agents

Get AI creation questionnaire config

Returns the questionnaire configuration used by the "Create with AI" flow — the list of guided questions, their types, available options, and pre-filled example answers per label. Only a user token is required; no organization auth needed.

get/agent/prompt-config

Response

Questionnaire configuration

successboolean

Example response

{
  "success": true,
  "data": {
    "defaultLabel": "default"
  }
}

Changes

Changed in 2 of the 49 revisions of this API.136

  • 0eac753eb5dd135See the full diff
    • the data/questions/items/options/items/ response's property type/format changed from object/ to string/ for status 200

      response-property-type-changed

    • removed the optional property data/questions/items/options/items/label from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/questions/items/options/items/value from the response with the 200 status

      response-optional-property-removed

    • removed the optional property status from the response with the 200 status

      response-optional-property-removed

    • api operation id getAgentPromptConfig was added

      api-operation-id-added

    • added the optional property success to the response with the 200 status

      response-optional-property-added

    • removed the multiselect enum value from the data/questions/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the select enum value from the data/questions/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the textarea enum value from the data/questions/items/type response property for the response status 200

      response-property-enum-value-removed

    • endpoint added

      endpoint-added