Retrieve a list of all items associated with a specific publisher.
cURL
curl --request GET \ --url https://platform.ai.gloo.com/engine/v2/publisher/{publisher_id}/items \ --header 'Authorization: Bearer <token>'
[ { "item_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "<string>", "item_title": "<string>", "filename": "<string>" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response