Actions
List Users
List users.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Limit | The maximum number of records to return. |
| Offset | The offset of the item at which to begin the response. |
{
"data": [
{
"attributes": {
"_document_meta": "string",
"adapter_details": [
"string"
],
"adapter_list_length": 0,
"adapter_list_length_details": [
"string"
],
"adapters": [
"string"
],
"adapters_data": [
"string"
],
"adapters_data_details": [
"string"
],
"id": "string",
"internal_axon_id": "string",
"internal_axon_id_details": [
"string"
],
"labels": [
"string"
],
"unique_adapter_names": [
"string"
],
"unique_adapter_names_details": [
"string"
]
},
"id": "string",
"type": "entities_schema"
}
],
"meta": {}
}
Was this page helpful?