Skip to content

Same shape as GET /integration/{id}/capabilities, plus an account block describing the integrated account (status, authentication method, blocked state). Environment overrides from the account's environment are applied automatically.

Endpoint ​

http
GET /integrated-account/{id}/capabilities

Path parameters ​

id
string · uuid
REQUIRED · 

The ID of the integrated account.

Query parameters ​

Refer Specifying query parameters in Truto APIs

type
string
All possible enum values:
  • proxy
  • unified
  • all
has_description
string
All possible enum values:
  • true
  • false
methods
array
resource
string

Response Body ​

integration
object
REQUIRED · 
id
string · uuid
slug
string
name
string
account
object
REQUIRED · 

Present on /integrated-account/{id}/capabilities only.

id
string · uuid
slug
string
status
string
authentication_method
string
environment_id
string · uuid
is_blocked
boolean
proxy
object
REQUIRED · 
resources
object[]
name
string
description
string
docs_url
string
methods
object[]
method
string

Canonical method name (list, get, create, update, delete, or a custom name).

name
string

Tool-style name in the form {resource}_{method}.

description
string

Human/AI-facing description, sourced from documentation or inline configuration.

tags
string[]
deprecated
boolean
unified
object
REQUIRED · 
resources
object[]
api_name
string
name
string
description
string
docs_url
string
methods
string[]
All possible enum values:
  • list
  • get
  • create
  • update
  • delete
auth
object
REQUIRED · 

Authentication formats and required fields for the integration.

formats
string[]
fields
object[]
name
string
required
boolean
description
string
format
string
scopes
string[]
documentation_url
string
ai_readiness
object
REQUIRED · 

Coverage of proxy methods that have descriptions.

total_methods
integer
described_methods
integer
score
number · float

Ratio in [0, 1].