Skip to main content
GET
Get App Details
Inspect an app’s input schema before running it. The parameters array is the source of truth for:
  • which parameters have a default (safe to omit) and which must be supplied
  • which values are valid for options type parameters
  • which fields expect public URLs
  • which parameter key (or name) values to use as keys in the inputs object — prefer key, the stable snake_case identifier
Always call this before POST /v1/apps/{appId}/runs — never guess parameter names or option values.

Authorizations

x-api-key
string
header
required

Workspace API key. Prefix: lma_. Example: lma_abc123...

Path Parameters

appId
string<uuid>
required

The app ID (UUID) from the List Apps response

Response

App details with full parameter definitions

data
object

Full app details including input parameters