For the complete documentation index, see llms.txt. For a full content snapshot, see llms-full.txt. Append .md to any kestra.io/docs/* URL for plain Markdown.

The endpoint belongs to a feature that this instance’s license does not include.

  • HTTP status403 Forbidden
  • typehttps://kestra.io/docs/api-reference/problems/feature-disabled

When you get it

  • An Enterprise endpoint is called whose feature is not in the license.
  • The license has expired.

Example response

A response reporting this problem:

{
"type": "https://kestra.io/docs/api-reference/problems/feature-disabled",
"title": "Feature disabled by license",
"status": 403,
"detail": "Feature 'AUDIT_LOGS' is not enabled by the current license.",
"instance": "/api/v1/main/auditlogs/search"
}

How to handle it

Do not retry. This differs from forbidden: no permission change will make it succeed, because the feature is not available on the instance at all.

For the members every problem document carries, see Problem Details.

Was this page helpful?