External DocumentationTo learn more, visit the Tempo documentation.
Actions
List Customers
Get a list of customers.

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 | Limit the number of items returned in the response. |
| Offset | Define the number of items to skip before starting to return results. |
| Return All Pages | Automatically fetch all resources, page by page. |
{
"metadata": {
"count": 1,
"limit": 50,
"next": "https://api.tempo.io/[...]",
"offset": 0,
"previous": "https://api.tempo.io/[...]"
},
"results": [
{
"id": 234,
"key": "CLOUDBAY_DEVELOPMENT",
"name": "Cloudbay: Development",
"self": "https://api.tempo.io/[...]"
}
],
"self": "https://api.tempo.io/[...]"
}
Was this page helpful?