Skip to main content
Glama

Datadog MCP Server

by brukhabtu
  • Apple
  • Linux

ListApplicationKeys

View and manage all application keys for your Datadog organization. Filter, sort, and paginate keys by attributes like creation date, owner, and name.

Instructions

List all application keys available for your org

Query Parameters:

  • page[size]: Size for a given page. The maximum allowed value is 100.
  • page[number]: Specific page number to return.
  • sort: Application key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign.
  • filter: Filter application keys by the specified string.
  • filter[created_at][start]: Only include application keys created on or after the specified date.
  • filter[created_at][end]: Only include application keys created on or before the specified date.
  • include: Resource path for related resources to include in the response. Only owned_by is supported.

Responses:

  • 200 (Success): OK
    • Content-Type: application/json
    • Response Properties:
      • data: Array of application keys.
      • included: Array of objects related to the application key.
    • Example:
{ "data": [ "unknown_type" ], "included": [ "unknown_type" ], "meta": "unknown_type" }
  • 400: Bad Request
    • Content-Type: application/json
    • Response Properties:
      • errors: A list of errors.
    • Example:
{ "errors": [ "Bad Request" ] }
  • 403: Forbidden
    • Content-Type: application/json
    • Response Properties:
      • errors: A list of errors.
    • Example:
{ "errors": [ "Bad Request" ] }
  • 404: Not Found
    • Content-Type: application/json
    • Response Properties:
      • errors: A list of errors.
    • Example:
{ "errors": [ "Bad Request" ] }
  • 429: Too many requests
    • Content-Type: application/json
    • Response Properties:
      • errors: A list of errors.
    • Example:
{ "errors": [ "Bad Request" ] }

Input Schema

NameRequiredDescriptionDefault
filterNoFilter application keys by the specified string.
filter[created_at][end]NoOnly include application keys created on or before the specified date.
filter[created_at][start]NoOnly include application keys created on or after the specified date.
includeNoResource path for related resources to include in the response. Only `owned_by` is supported.
page[number]NoSpecific page number to return.
page[size]NoSize for a given page. The maximum allowed value is 100.
sortNoSorting optionsname

Input Schema (JSON Schema)

{ "properties": { "filter": { "description": "Filter application keys by the specified string.", "type": "string" }, "filter[created_at][end]": { "description": "Only include application keys created on or before the specified date.", "example": "2020-11-24T18:46:21+00:00", "type": "string" }, "filter[created_at][start]": { "description": "Only include application keys created on or after the specified date.", "example": "2020-11-24T18:46:21+00:00", "type": "string" }, "include": { "description": "Resource path for related resources to include in the response. Only `owned_by` is supported.", "example": "owned_by", "type": "string" }, "page[number]": { "default": 0, "description": "Specific page number to return.", "example": 0, "format": "int64", "type": "integer" }, "page[size]": { "default": 10, "description": "Size for a given page. The maximum allowed value is 100.", "example": 10, "format": "int64", "type": "integer" }, "sort": { "default": "name", "description": "Sorting options", "enum": [ "created_at", "-created_at", "last4", "-last4", "name", "-name" ], "type": "string", "x-enum-varnames": [ "CREATED_AT_ASCENDING", "CREATED_AT_DESCENDING", "LAST4_ASCENDING", "LAST4_DESCENDING", "NAME_ASCENDING", "NAME_DESCENDING" ] } }, "required": [], "type": "object" }

You must be authenticated.

Other Tools from Datadog MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/brukhabtu/datadog-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server