Announcements
Get announcement status
GET
https://api.tunio.ai/v1/announcements/{uuid}/statusGet the current status and state of an announcement
Path parameters
| Name | Type | Description |
|---|---|---|
| uuidRequired | string | Announcement UUID |
Responses
| Name | Type | Description |
|---|---|---|
| status | object | Status carries announcement status payload. |
| state | string | State reflects current processing state. |
| uuid | string | UUID is the announcement identifier. |
| success | boolean | Success confirms the status fetch succeeded. |
| Name | Type | Description |
|---|---|---|
| message | string | Message contains human readable error details. |
| success | boolean | Success is always false for error payloads. |
| Name | Type | Description |
|---|---|---|
| message | string | Message contains human readable error details. |
| success | boolean | Success is always false for error payloads. |
| Name | Type | Description |
|---|---|---|
| message | string | Message contains human readable error details. |
| success | boolean | Success is always false for error payloads. |