Skip to main content
GET
Python (SDK)

Authorizations

Authorization
string
header
required

Gateway auth: send Authorization: Bearer <mka1-api-key>. For multi-user server-side integrations, you can also send X-On-Behalf-Of: <external-user-id>.

Headers

X-On-Behalf-Of
string

Optional external end-user identifier forwarded by the API gateway.

Path Parameters

generator_id
string
required

Response

Successful Response

id
string
required
version
string
required
title
string
required
description
string
required
emits
string
required
default_limits
Limits · object
required

A run's budget: the generator's default_limits, or the effective ones as ctx.limits.

No defaults. Every number here is a bound the platform enforces and a caller can be billed against, so a generator that forgets to state one should not silently inherit a guess.

params_schema
Params Schema · object
required
example_params
Example Params · object
required
inputs
Inputs · object
resources
Resources · object

The Job's resource request (§3.2). Kubernetes quantity strings, passed through verbatim.