๐ Introducing Astro - Your AI assistant for building and improving agents. Get started
curl --request GET \
--url https://odyssey.asteroid.ai/agents/v2/agent-profiles/{profileId}/inbox-emails/{emailId} \
--header 'X-Asteroid-Agents-Api-Key: <api-key>'{
"createdAt": "2023-11-07T05:31:56Z",
"from": "<string>",
"id": "<string>",
"subject": "<string>",
"to": [
"<string>"
],
"bcc": [
"<string>"
],
"cc": [
"<string>"
],
"html": "<string>",
"replyTo": [
"<string>"
],
"text": "<string>"
}Get a single email from the agent profileโs inbox by ID
curl --request GET \
--url https://odyssey.asteroid.ai/agents/v2/agent-profiles/{profileId}/inbox-emails/{emailId} \
--header 'X-Asteroid-Agents-Api-Key: <api-key>'{
"createdAt": "2023-11-07T05:31:56Z",
"from": "<string>",
"id": "<string>",
"subject": "<string>",
"to": [
"<string>"
],
"bcc": [
"<string>"
],
"cc": [
"<string>"
],
"html": "<string>",
"replyTo": [
"<string>"
],
"text": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.asteroid.ai/llms.txt
Use this file to discover all available pages before exploring further.
The ID of the agent profile
The Resend email ID
The request has succeeded.
Full content of a single email in the agent profile's inbox
When the email was received
Sender address
Unique email ID from Resend
Email subject
Recipient addresses
BCC recipients, if any
CC recipients, if any
HTML body, if available
Reply-to addresses, if any
Plain-text body, if available