get https://api.voicecreator.ai/api/v1/tools
Retrieve a list of tools.
This endpoint retrieves all tools belonging to the specified organization
with pagination support.
Parameters:
request (Request): The FastAPI request object
skip (int): Number of tools to skip for pagination
limit (int): Maximum number of tools to return
db (AsyncSession): The database session (injected)
organization_id (Optional[int]): The organization ID from the API key or request
Returns:
List[Tool]: A list of tools
Raises:
HTTPException:
- 400: If organization ID is missing
- 500: If an unexpected error occurs during retrieval