Functions
List function invocations
Retrieve recent invocation history for a function, including console logs captured during execution.
Returns the most recent invocations (up to 20 by default) with:
- Request/response payloads
- Status codes and execution duration
- Console logs (info, warn, error messages)
- Error details for failed invocations
Use the status parameter to filter by success or failure.
GET
List function invocations
Authorizations
Path Parameters
Function identifier
Query Parameters
Filter by invocation status:
success: Status codes 200-299failed: Status codes outside 200-299
Available options:
success, failed Maximum number of invocations to return (max 20)
Required range:
1 <= x <= 20Response
Invocations retrieved successfully
Function invocations with console logs
Previous
List conversation workflow executionsRetrieve workflow executions associated with a WhatsApp conversation. Executions are returned in reverse chronological order (most recent first).
Use this endpoint to map a conversation to its workflow executions and track automation history for a specific conversation.
**Response**: Returns summary data (id, status, tracking_id, timestamps, workflow, current_step). Does not include execution_context or events. Use GET /workflow_executions/{id} to retrieve full execution details.
**Pagination**: Use `limit`, `after`, and `before`. Pagination cursors are returned in the `paging` object.
Next
List function invocations

