Skip to content

List bounded receptionist outcome delivery targets

GET
/v1/receptionist-action-targets
curl --request GET \
--url https://api.vocapable.com/v1/receptionist-action-targets \
--header 'Authorization: Bearer <token>'

The control-center view of native outcome routing and its latest evidence.

The catalog is fixed in ReceptionistActionOutcome; this route never renders a tenant-defined executable tool, schema, command, or signing secret. Delivery counts are an observation of the durable ledger, not a promise that an external receiver completed business work.

Successful Response

Media typeapplication/json
Response List Receptionist Action Targets V1 Receptionist Action Targets Get
Array<object>
ReceptionistActionTargetSummary

One native action outcome plus the target’s present delivery health.

object
id
required
Id
string
outcome_type
required
Outcome Type
string
event_type
required
Event Type
string
endpoint_id
required
Endpoint Id
string
endpoint_url
required
Endpoint Url
string
endpoint_status
required
Endpoint Status
string
delivery_count
required
Delivery Count
integer
latest_delivery_status
required
Any of:
string
latest_delivery_at
required
Any of:
string format: date-time
last_tested_at
required
Any of:
string format: date-time
last_test_status
required
Any of:
string
last_test_response_code
required
Any of:
integer
signing_secret_source
Signing Secret Source
string
default: webhook_endpoint_create_or_rotate
created_at
required
Created At
string format: date-time
updated_at
required
Updated At
string format: date-time
Example
[
{
"signing_secret_source": "webhook_endpoint_create_or_rotate"
}
]