list_apps
Retrieve all apps in an organization with their id, slug, and status. Use it to map a URL slug to the corresponding app id before working with other resources.
Instructions
List the apps in the organization — id, slug, status. Call this first when you need an app id: the slug (app-xxxxxx) is what shows up in URLs and in generated code, and this is how you map it back to the app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | No | Organization id; defaults to the credential organization when omitted |