@adcp/sdk API Reference - v10.0.1
Documentation
GitHub
npm
Preparing search index...
WebhookParseSuccess
Interface WebhookParseSuccess
interface
WebhookParseSuccess
{
ok
:
true
;
protocol
:
"mcp"
|
"a2a"
;
envelope
:
MCPWebhookPayload
|
Task
|
TaskStatusUpdateEvent
;
result
:
unknown
;
metadata
:
{
taskId
:
string
;
taskType
:
string
;
operationId
:
string
;
contextId
?:
string
;
idempotencyKey
?:
string
;
status
:
TaskStatus
;
timestamp
?:
string
;
message
?:
string
;
}
;
}
Index
Properties
ok
protocol
envelope
result
metadata
Properties
ok
ok
:
true
protocol
protocol
:
"mcp"
|
"a2a"
envelope
envelope
:
MCPWebhookPayload
|
Task
|
TaskStatusUpdateEvent
result
result
:
unknown
metadata
metadata
:
{
taskId
:
string
;
taskType
:
string
;
operationId
:
string
;
contextId
?:
string
;
idempotencyKey
?:
string
;
status
:
TaskStatus
;
timestamp
?:
string
;
message
?:
string
;
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ok
protocol
envelope
result
metadata
Documentation
GitHub
npm
@adcp/sdk API Reference - v10.0.1
Loading...