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.
Response
Questionnaire configuration
Example response
{
"success": true,
"data": {
"defaultLabel": "default"
}
}Changes
Changed in 2 of the 49 revisions of this API.136
- ▲
the
data/questions/items/options/items/response's property type/format changed fromobject/tostring/for status200response-property-type-changed
- ●
removed the optional property
data/questions/items/options/items/labelfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/questions/items/options/items/valuefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
statusfrom the response with the200statusresponse-optional-property-removed
- ○
api operation id
getAgentPromptConfigwas addedapi-operation-id-added
- ○
added the optional property
successto the response with the200statusresponse-optional-property-added
- ○
removed the
multiselectenum value from thedata/questions/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
selectenum value from thedata/questions/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
textareaenum value from thedata/questions/items/typeresponse property for the response status200response-property-enum-value-removed
- ▲
- ○
endpoint added
endpoint-added
- ○