List products
GET
/api/v1/tenants/{tenant_id}/workspaces/{workspace_id}/products
List all products with pagination and filtering.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” page
Page
integer
page_size
Page Size
integer
Header Parameters
Section titled “Header Parameters ”Responses
Section titled “ Responses ”Successful Response
Examples
200 response example
{ "status": "ok", "message": "Request completed successfully."}Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
Examples
422 response example
{ "detail": [ { "loc": [], "msg": "string", "type": "string" } ]}