Authorization: Bearer ********************
curl --location --request GET '/console/api/apps?page=1&limit=30&name&is_created_by_me=false'
{
"page": 0,
"limit": 0,
"total": 0,
"has_more": true,
"data": [
{
"id": "string",
"name": "string",
"max_active_requests": null,
"description": "string",
"mode": "string",
"icon_type": "string",
"icon": "string",
"icon_background": "string",
"icon_url": "string",
"model_config": {
"model": {
"provider": "string",
"name": "string",
"mode": "string",
"completion_params": {
"stop": [
null
]
}
},
"pre_prompt": "string",
"created_by": "string",
"created_at": 0,
"updated_by": "string",
"updated_at": 0
},
"workflow": {
"id": "string",
"created_by": "string",
"created_at": 0,
"updated_by": null,
"updated_at": 0
},
"use_icon_as_answer_icon": true,
"created_at": 0,
"updated_by": "string",
"updated_at": 0,
"tags": [
"string"
],
"created_by": {
"id": "string",
"name": "string",
"email": "string"
},
"publish": true
}
]
}