Get ObjectAsk AIget https://{hostname}/api/custom-entity/v1/entities/{entityId}Use this API to retrieve a single object record by its unique identifier along with the associated attributes, module name, and created date. πThings to Know This API only supports objects created via Object Manager, including Projects, Models, and Datasets. Path ParamsentityIduuidrequiredThe unique identifier of the object.Query ParamsentityTypeIdentifieruuidThe unique identifier of the object type.entityTypeNamestringThe name of the object type.Responses 200OK - Successfully retrieved the object details 400Bad Request 401Unauthorized 403Forbidden 429Too Many Requests. For more information, see API Rate Limits. 500Internal Server ErrorUpdated 4 months ago