GET
/v1/entitiesgraph:readSearch entities
Operation ID: searchEntities
Parameters
| Name | Location | Type | Description |
|---|---|---|---|
cursor | query | string | Opaque cursor returned by links.next. |
limit | query | integer | Page size. |
type | query | style | sku | material | supplier | bom_publication | Allowlisted entity type. |
q | query | string | Label search. |
Example request
curl --request GET \
--url 'https://api.data.hyran.co/v1/entities?type=sku&q=NB-100&limit=100' \
--header "Authorization: Bearer $HYRAN_DATA_API_TOKEN" \
--header "Accept: application/json"Responses
HTTP 200
Successful response
HTTP 400
Problem response
HTTP 401
Problem response
HTTP 403
Problem response
HTTP 404
Problem response
HTTP 409
Problem response
HTTP 429
Problem response
HTTP 500
Problem response
HTTP 503
Problem response
Try this operation
The credential is held only in React memory for this browser tab. Hyran Docs does not persist, proxy, inspect, or log it.