Getting preferences for specific endpoint
Name
Value
Name
Type
Description
Custom Instructions / Preferences instructions{
"detail": "Project Details not found."
}Last updated
GET /endpoints/preferences
Check the configured preferences for a given endpoint
Headers
Authorization
Bearer <token>
Query Params
project_id
number
Project id
identifier
string
The node id that points to the specific endpoint you want to confirm preferences for, ex : /server.py:search
Response
Custom Instructions / Preferences instructions{
"detail": "Project Details not found."
}Last updated