Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
AMCBridgeResponse
Interface AMCBridgeResponse<T>
Raw bridge response envelope for all routed SDK calls.
interface
AMCBridgeResponse
<
T
=
unknown
>
{
body
:
T
;
correlationId
:
string
|
null
;
receipt
:
string
|
null
;
requestId
:
string
|
null
;
status
:
number
;
}
Type Parameters
T
=
unknown
Index
Properties
body
correlation
Id
receipt
request
Id
status
Properties
body
body
:
T
correlation
Id
correlationId
:
string
|
null
receipt
receipt
:
string
|
null
request
Id
requestId
:
string
|
null
status
status
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
correlation
Id
receipt
request
Id
status
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...
Raw bridge response envelope for all routed SDK calls.