Skip to main content
GET
/
api
/
items
/
{itemId}
Retrieve item
curl --request GET \
  --url https://console.neuronsearchlab.com/api/items/{itemId} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Platform API key issued from Console > Platform API Keys. Format: nsl__.

Path Parameters

itemId
string
required
Pattern: ^[A-Za-z0-9][A-Za-z0-9_-]{0,127}

Response

Item detail

The response is of type object.