No description available.
Parameters
Output
Encoding
application/jsonactors
array
Required
No description available.
cursor
string
Optional
Cursor for pagination
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"actors"
],
"properties": {
"actors": {
"type": "array",
"items": {
"ref": "fm.teal.actor.defs#miniProfileView",
"type": "ref"
}
},
"cursor": {
"type": "string",
"description": "Cursor for pagination"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"q"
],
"properties": {
"q": {
"type": "string",
"maxLength": 640,
"description": "The search query",
"maxGraphemes": 128
},
"limit": {
"type": "integer",
"maximum": 25,
"minimum": 1,
"description": "The maximum number of actors to return"
},
"cursor": {
"type": "string",
"description": "Cursor for pagination"
}
}
}
}