ModernLoop Internal API
Apidatadog

List Datadog RUM applications

Read operation: does not mutate upstream state.

curl -X GET "https://api.modernloop.dev/rest/v1/datadog/rum/applications" \  -H "Authorization: Bearer $MLOOP_INTERNAL_MCP_API_KEY"
{  "applications": [    {      "id": "string",      "type": "string",      "name": "string",      "applicationId": "string",      "createdAt": 0,      "updatedAt": 0    }  ]}
{  "error": {    "code": "string",    "message": "string",    "upstreamStatus": 0  }}
{  "error": {    "code": "string",    "message": "string",    "upstreamStatus": 0  }}
{  "error": {    "code": "string",    "message": "string",    "upstreamStatus": 0  }}
{  "error": {    "code": "string",    "message": "string",    "upstreamStatus": 0  }}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

application/json

application/json