List Interactions
Interaction
List Interactions
List interactions metadata (optimized for table display).
This endpoint returns only metadata for interactions to improve performance. Use /interaction/ to get full interaction details.
Parameters:
- api_name: Name of the API (optional).
- page: Page number for pagination (default: 1).
- limit: Maximum number of interactions per page (default: 50).
- sort_by: Field to sort interactions by (optional).
- sort_order: Sorting order (‘asc’ or ‘desc’) (default: ‘asc’).
- filters: Additional filters for querying interactions (optional).
- current_user: Current user for authentication (required for admin role).
Returns:
- List of interaction metadata (without large response data).
Raises:
- HTTPException(401): If the user is not authorized.
POST
List Interactions
Authorizations
JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'
Query Parameters
Body
application/json
The body is of type Filters · object.
