Message

Get a Message by ID

GET

Path parameters

idstringRequired

Response

This endpoint returns an object
id
string
conversation_id
string
created_at
string
status
enum
An enumeration.
Allowed values: pendingrespondederror
logs
stringOptional
content
stringOptional
GET
1curl https://api.athenaintelligence.ai/api/v0/message/id \
2 -H "X-API-KEY: <apiKey>"
200
Retrieved
1{
2 "id": "msg_fe459493-59d1-4f85-82d9-fb8d6f77d746",
3 "conversation_id": "conv_6bc48777-47b1-47c0-9ab3-fb84dc0729ba",
4 "created_at": "2024-03-01 19:30:08.112689+00:00",
5 "status": "responded",
6 "logs": "Athena Action: \n\n\nInvoking: `navigate_browser` with input: \n\n```json\n{\n \"url\": \"https://www.athenaintelligence.ai\"\n}\n```\n\n\n\nUsing `navigate_browser` (*Navigate a browser to the specified URL*)\n\n```\nNavigating to https://www.athenaintelligence.ai returned status code 200\n```\n\n\n\n#### Athena Action: \n\n\nInvoking: `extract_text` with input: \n\n```json\n{}\n```\n\n\n\nUsing `extract_text` (*Extract all the text on the current webpage*)\n\n```\nAthena Intelligence | AI-native analytics platform and artificial employee Home Product Overview Resources Resources Resources Blog The latest industry news, updates and info. Customer stories Learn how our customers are making big changes. Video tutorials..",
7 "content": "The website www.athenaintelligence.ai provides information about Athena Intelligence, an AI-native analytics platform and artificial employee. Here is a summary of the website content:\n\n1. **Product Overview**: The website offers details about the AI-native analytics platform and its features.\n2. **Resources**: Various resources are available, including a blog, customer stories, video tutorials, and documentation.\n3. **Company Information**: Users can learn about the company, its mission statement, press releases, career opportunities, and legal information.\n4. **Features**: Athena is described as a 24/7 Enterprise AI Data Analyst that accelerates analytics workflows and offers co-pilot and auto-pilot modes."
8}