Get Agent Profile Inbox Email
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>"
}Agent Profiles
Get Agent Profile Inbox Email
Get a single email from the agent profile’s inbox by ID
GET
/
agent-profiles
/
{profileId}
/
inbox-emails
/
{emailId}
Get Agent Profile Inbox Email
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.
Authorizations
Path Parameters
The ID of the agent profile
The Resend email ID
Response
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
⌘I

