Description | : Gets the status of the email send operation. |
Reference | : Link ¶ |
⚼ Request
GET:
/emails/operations/{operationId}
{
operationId:
string
,
api-version:
string
,
}
⚐ Response (default)
{
$headers:
{
,
x-ms-error-code:
string
,
}
$schema:
}
{
,
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}
⚐ Response (200)
{
$headers:
{
,
retry-after:
integer
,
}
$schema:
}
{
,
id:
string
,
status:
enum
,
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}