Skip to content

Interface: ListPendingInvocationsResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / WebhookActions / ListPendingInvocationsResponse

Interface: ListPendingInvocationsResponse

Defined in: src/types/webhook-actions.ts:173

Response listing pending invocations for a tenant.

Properties

invocations

invocations: PendingInvocationDto[]

Defined in: src/types/webhook-actions.ts:175

List of pending invocations.


tenantId

tenantId: string

Defined in: src/types/webhook-actions.ts:177

Tenant ID.


totalPending

totalPending: number

Defined in: src/types/webhook-actions.ts:179

Total pending count.