Skip to content
SENS Platform Docs

Queue an idempotent replay pinned to a released or deprecated version.

POST
/v1/raw-ingestion-messages/{rawIngestionMessageId}/replays
curl --request POST \
--url 'https://api.dev.iot-sens.schlossers.at/v1/raw-ingestion-messages/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/replays?receivedAt=2026-04-15T12%3A00%3A00Z' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Idempotency-Key: example' \
--data '{ "flowVersionId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0" }'
rawIngestionMessageId
required
string format: uuid
receivedAt
required
string format: date-time

Exact receive timestamp forming the second part of the hypertable key.

Idempotency-Key
required
string
>= 1 characters <= 200 characters
Media typeapplication/json
object
flowVersionId
string format: uuid
Examplegenerated
{
"flowVersionId": "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0"
}

Queued replay execution; repeated idempotency keys return the same execution.

A safe platform error response.

Media typeapplication/json
object
error
required
object
code
required
string
Allowed values: VALIDATION_FAILED AUTHENTICATION_FAILED AUTHORIZATION_FAILED RESOURCE_NOT_FOUND CONFLICT DEPENDENCY_FAILURE FLOW_FAILURE RATE_LIMITED INTERNAL_ERROR
category
required
string
Allowed values: validation authentication authorization not_found conflict dependency_failure flow_failure rate_limit internal
message
required

Safe client-facing diagnostic message.

string
correlationId
required

Correlation ID for operational investigation.

string
>= 1 characters
details

Safe bounded diagnostic details.

object
key
additional properties
One of:
string
Example
{
"error": {
"code": "VALIDATION_FAILED",
"category": "validation"
}
}
Cache-Control
string
Allowed value: no-store