Returns the list of input parameters the agent expects, including whether each parameter is encrypted.
Use this endpoint to discover which parameters to pass when calling the Start endpoint, and which parameters are sensitive (encrypted at rest). For encrypted parameters, the default value is not returned to avoid leaking secrets.
Documentation Index
Fetch the complete documentation index at: https://docs.sequentum.com/llms.txt
Use this file to discover all available pages before exploring further.
API Key authorization header. Example: "Authorization: ApiKey {your-api-key}"
OAuth 2.0 Bearer token. Example: "Authorization: Bearer {access-token}"
The ID of the agent
Returns the list of input parameters
The parameter name to use when starting a run via the inputParameters field.
The default value for this parameter, or null if the parameter is encrypted. Encrypted parameter values are never exposed through the API.
True if this parameter is stored encrypted at rest. When starting a run, callers can send plain text values for encrypted parameters and the server will encrypt them automatically.