Skip to main content
GET
/
engine
/
v2
/
publisher
/
{publisher_id}
/
items
Get Publisher Items
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>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

publisher_id
string<uuid>
required

Response

Successful Response

item_id
string<uuid>
required
status
string
required
item_title
string | null
filename
string | null