ReferenceApps

List apps

List all installed apps in the current space

POST
/apps/list
AuthorizationBearer <token>

Bearer token authentication. Use your API key as the bearer token.

In: header

List apps input

withAgents?boolean

WithAgents indicates whether to include agent information in the response. When true, the blueprint agents will be fetched and included in the app data.

Response Body

curl -X POST "https://eu1.api.bivariant.com/v1/apps/list" \  -H "Content-Type: application/json" \  -d '{}'
[
  {
    "blueprintId": "string",
    "createdAt": "string",
    "description": "string",
    "id": "string",
    "organizationId": "string",
    "projectId": "string",
    "spaceId": "string",
    "title": "string",
    "uid": "string",
    "updatedAt": "string"
  }
]
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}