Skip to main content
GET
/
common
/
apps
/
{id}
Error
A valid request URL is required to generate request examples
{
  "attributes": {
    "budget_start_date": "<string>",
    "credential": {
      "active": true,
      "key_id": "<string>",
      "secret": "<string>"
    },
    "credential_id": 123,
    "datasource_ids": [
      123
    ],
    "description": "<string>",
    "is_orphaned": true,
    "llm_ids": [
      123
    ],
    "monthly_budget": 123,
    "name": "<string>",
    "tool_ids": [
      123
    ],
    "user_id": 123
  },
  "id": "<string>",
  "type": "<string>"
}

Path Parameters

id
integer
required

App ID

Response

OK

App detail response model

attributes
object
id
string
type
string