curl --request GET \
--url 'https://api.nsr.stateset.com/api/v1/types/predicates/{name}' \
--header "X-API-Key: $STATESET_NSR_API_KEY"
{
"arg_types": [
"string"
],
"arity": 1,
"doc": "string",
"name": "Two-Person Tent",
"return_type": "string"
}
Get a specific predicate signature
Required scope: read
GET
/
api
/
v1
/
types
/
predicates
/
{name}
curl --request GET \
--url 'https://api.nsr.stateset.com/api/v1/types/predicates/{name}' \
--header "X-API-Key: $STATESET_NSR_API_KEY"
{
"arg_types": [
"string"
],
"arity": 1,
"doc": "string",
"name": "Two-Person Tent",
"return_type": "string"
}
Required scope:
read
Path parameters
string
required
Predicate name
Response
PredicateResponse
string[]
required
integer
required
string
string
required
string
Status codes
| Code | Meaning |
|---|---|
200 | Predicate details |
401 | Unauthorized — missing or invalid credentials |
403 | Forbidden — the key/token lacks the required scope |
404 | Predicate not found |
429 | Rate limited — see Retry-After / X-RateLimit-Reset |
curl --request GET \
--url 'https://api.nsr.stateset.com/api/v1/types/predicates/{name}' \
--header "X-API-Key: $STATESET_NSR_API_KEY"
{
"arg_types": [
"string"
],
"arity": 1,
"doc": "string",
"name": "Two-Person Tent",
"return_type": "string"
}
Last modified on August 31, 2026