get
/api/v2/analyses/{id}/paramsGet analysis parameters
Returns the input parameters that were used for a given analysis ID. The shape of the returned object depends on the analysis type.
Altitude Help Center — getParamsInput Parameters
| Name | Location | Type | Values | Description | Value Required |
|---|---|---|---|---|---|
id | path | string | - | Resource identifier. | Y |
Success Responses
200 response: object
OK.
Response Errors
| HTTP Status Code | Reason |
|---|---|
| 400 | The request body or parameters are invalid. |
| 401 | Authentication is required or the provided credentials are invalid. |
| 403 | The authenticated user lacks permission to perform this operation. |
| 404 | The requested resource does not exist. |
| 422 | The request is syntactically valid but semantically cannot be processed. |
| 429 | The request rate limit has been exceeded. |
| 500 | An unexpected server error occurred. |