List functions

List functions.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
query Parameters
limit
integer >= 1
Default: 100

Limits the number of results to be returned.

Responses
200

List of functions.

400

The response for a failed request.

get/functions
Request samples
curl -i -X GET \
  'https://api.cognitedata.com/api/v1/projects/publicdata/functions?limit=100' \
  -H 'Authorization: Bearer <YOUR_OpenID Connect or OAuth2 token_HERE>'
Response samples
application/json
{
  • "items": [
    • {
      }
    ]
}