Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
listIntegrationDeliveries
Function listIntegrationDeliveries
listIntegrationDeliveries
(
workspace
:
string
,
limit
?:
number
,
)
:
{
agentId
:
string
;
attempts
:
number
;
channelId
:
string
;
delivered
:
boolean
;
deliveryId
:
string
;
error
:
string
|
null
;
eventName
:
string
;
httpStatus
:
number
|
null
;
payloadSha256
:
string
;
receipt
:
unknown
;
recordId
:
string
;
sequence
:
number
;
ts
:
number
;
url
:
string
;
}
[]
Parameters
workspace
:
string
limit
:
number
= 100
Returns
{
agentId
:
string
;
attempts
:
number
;
channelId
:
string
;
delivered
:
boolean
;
deliveryId
:
string
;
error
:
string
|
null
;
eventName
:
string
;
httpStatus
:
number
|
null
;
payloadSha256
:
string
;
receipt
:
unknown
;
recordId
:
string
;
sequence
:
number
;
ts
:
number
;
url
:
string
;
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...