External DocumentationTo learn more, visit the LimaCharlie documentation.
Parameters
Example Output
Workflow Library Example
List Accessible Organizations with Limacharlie and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Filter | Filter organizations by name, description or organization ID. |
| Limit | The maximum number of organizations to return. |
| Offset | The offset of the first organization to return. |
| Return All Pages | Automatically fetch all resources, page by page. |
| Sort By | Sort organizations by name or description. |
| Sort Order | Sort organizations in ascending or descending order. |
{
"orgs": [
{
"code": "string",
"description": "string",
"errors": null,
"name": "string",
"oid": "string",
"permissions": [
"string"
],
"sensor_online": 0,
"sensor_quota": 0,
"sensor_version": "string",
"site_name": "string",
"status": "string"
}
],
"total": 0
}
Was this page helpful?