Skip to main content

Create pending elicitation

Stores a pending approval request from the runtime.

Request body

Validated against ElicitationRequestSchema:

Response (201)


Poll elicitation status

Check whether a pending elicitation has been resolved. Response (200):
The poll endpoint returns a status string. Once resolved via the resolve endpoint below, the response shape changes to use the ElicitationResponseSchema which has an approved boolean field instead of a status string.

Resolve elicitation

Approve or deny a pending elicitation.

Request body

Validated against ElicitationResponseSchema:

Response (200)