Skip to main content
Infrastructure/Agents

GetLockConfig

Retrieve the global lock configuration including TTL defaults and auto-release settings

GET/api/v1/agents/locks/config

Operation ID

GetLockConfig

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

This API requires no request parameters.

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • defaultTtlSeconds
    Integer

    Default lock TTL in seconds if not specified at acquire time

    Example: 300

  • maxTtlSeconds
    Integer

    Maximum allowed TTL in seconds for any lock

    Example: 3600

  • autoReleaseEnabled
    Boolean

    Whether expired locks are automatically released by the system

    Example: true