Skip to main content
GET
/
functions
/
status
Python SDK
status = client.functions.status()
{
  "status": "inactive"
}

Authorizations

Authorization
string
header
required

Access token issued by the CDF project's configured identity provider. Access token must be an OpenID Connect token, and the project must be configured to accept OpenID Connect tokens. Use a header key of 'Authorization' with a value of 'Bearer $accesstoken'. The token can be obtained through any flow supported by the identity provider.

Response

Functions activation status

status
enum<string>
required

Signifies whether Cognite Functions have been requested or activated for the project. Set to inactive by default.

Available options:
inactive,
requested,
activated
Last modified on April 23, 2026