For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Get the detection items associated to an active model within your organization on AmniSphere.
Path parameters
model_idstringRequired
The model ID of an active and trained AI model within your organization.
Headers
x-api-keystringRequired
Your organization's active API Key.
Query parameters
organizationIdstringRequiredformat: "uuid"
Your organization's unique identifier.
Response
200 - Items retrieved successfully
idstringformat: "uuid"
The detection item id of an object associated to the model provided. This will match the detection item id in the library for this object.
labelstring
The object name of an object associated to the model provided. This will match the object name in the library for this object.
organizationIdstringformat: "uuid"
Your organization's unique identifier.
attributesmap from strings to strings
A map of attributes associated with an object within the model provided. These attributes will match the attributes within the library for this object.
deleted_atdatetime or null
The date and time at which this object was deleted within your organization's library. This value will always be null for active objects.
created_atdatetime
The date and time at which this object was originally created within your organization's library.
updated_atdatetime
The date and time at which this object was last updated within your organization's library.