Skip to main content
GET
/
apps
/
by-name
Get app by name
curl --request GET \
  --url http://localhost:8080/api/v1/apps/by-name \
  --header 'Authorization: <api-key>'
{
  "attributes": {
    "credential_id": 123,
    "datasource_ids": [
      123
    ],
    "description": "<string>",
    "llm_ids": [
      123
    ],
    "name": "<string>",
    "user_id": 123
  },
  "id": "<string>",
  "type": "<string>"
}

Authorizations

Authorization
string
header
required

Query Parameters

name
string
required

App name

Response

OK

App response model

attributes
object
id
string
type
string