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}/capabilitiesPath 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:
proxyunifiedall
has_description
string
All possible enum values:
truefalse
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:
listgetcreateupdatedelete
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].