Data Engine Content Controls
Get Publisher Items
Retrieve a paginated list of items associated with a specific publisher.
GET
Get Publisher Items
Documentation Index
Fetch the complete documentation index at: https://docs.gloo.com/llms.txt
Use this file to discover all available pages before exploring further.
Error Reference: Content Controls
Common errors: invalid item or publisher IDs, missing producer IDs, item not found, insufficient permissions.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Page number (1-indexed).
Required range:
x >= 1Number of items per page (max 1000).
Required range:
1 <= x <= 1000Previous
Get Publisher Producer IDsRetrieve a paginated list of distinct producer IDs associated with a specific publisher. Use this endpoint instead of `/publisher/{publisher_id}/items` when you only need producer IDs and the publisher has a large number of items.
Next
Get Publisher Items

