Returns the current status for an interaction. Use this to poll an interaction created by an async request, such as an outbound call placed with waitForCallEnd set to false.
Documentation Index
Fetch the complete documentation index at: https://docs.pokulabs.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication header containing your Poku API key. Find it in the Poku dashboard. The format is "Bearer YOUR_API_KEY"
The interaction ID returned by a Poku API request.
Interaction status returned successfully.
Unique identifier for the interaction.
pending means Poku is still waiting for a response or call completion. ended means the interaction is complete or its response window has expired.
pending, ended When the interaction was created.
Present when the interaction completed with a response. The shape matches the corresponding webhook event payload.