Get Interaction Status
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.
Authorizations
Authentication header containing your Poku API key. Find it in the Poku dashboard. The format is "Bearer YOUR_API_KEY"
Path Parameters
The interaction ID returned by a Poku API request.
Response
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.
- Option 1
- Option 2
- Option 3