List products in a workspace
Retrieve a paginated list of products within a specific workspace.
Overview
This endpoint returns products from a workspace, with support for pagination and optional search filtering. Products are the main organizational unit that contains items and properties.
Search Functionality
Use the q parameter to filter products by name:
- Case-insensitive partial match
- Searches within product names
- Example:
q=enginewill match “Engine Specifications”, “Engine Design”, etc.
Documentation Index
Fetch the complete documentation index at: https://docs.poelis.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter your API key. Example: Bearer poelis_api_...
Query Parameters
The unique identifier (UUID) of the workspace to list products from
"550e8400-e29b-41d4-a716-446655440000"
Optional search query to filter results.
Maximum number of items to return per page. Must be between 1 and 200.
1 <= x <= 200Number of items to skip from the beginning of the result set. Used for pagination.
x >= 0