Retrieve a paginated list of products within a specific workspace.
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.
Use the q parameter to filter products by name:
q=engine will match “Engine Specifications”, “Engine Design”, etc.Enter your API key. Example: Bearer poelis_api_...
The unique identifier (UUID) of the workspace to list products from
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