Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
openapi: 3.2.0
info:
title: RTX EAGLE Analytics API
description: The RTX EAGLE API is part of the EAGLE (Enterprise Architecture for Government Leveraged Environments) application bundle developed by Raytheon, a subsidiary of RTX Corporation. The API provides integration capabilities for intelligence analysis, data management, and analytics workflows used in defense and government environments.
version: '1.0'
servers:
- url: https://api.rtx.com/eagle
tags:
- name: Analytics
description: Run analytics jobs and retrieve analysis results.
paths:
/analytics:
get:
operationId: listAnalytics
summary: List Analytics Jobs
description: Retrieves a list of analytics jobs and their statuses within the EAGLE analytics engine.
tags:
- Analytics
responses:
'200':
description: Success
components:
securitySchemes:
bearerAuth:
type: http
scheme: bearer