Retrieve comprehensive metadata for a specific item including its status, collection memberships, and essential properties.
cURL
curl --request GET \ --url https://platform.ai.gloo.com/engine/v2/items/{item_id} \ --header 'Authorization: Bearer <token>'
{ "item_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "<string>", "updated_at": "<string>", "etag": "<string>", "restore_by": "<string>", "item_title": "<string>", "item_subtitle": "<string>", "filename": "<string>", "publication_date": "<string>", "type": "<string>", "item_image": "<string>", "item_url": "<string>", "item_file": "<string>", "item_summary": "<string>", "item_number": "<string>", "item_extra": "<string>", "isbn": "<string>", "author": [ "<string>" ], "item_tags": [ "<string>" ], "evergreen": true, "visible_in_search": true, "visible_in_chat": true, "collection_memberships": [ { "type": "<string>", "id": "<string>", "name": "<string>", "status": "<string>", "created_at": "<string>", "updated_at": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes