For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get batch

Gets a resource by ID.

get

Returns the resource with the specified ID. Use the select query parameter to specify which fields to include.

Path parameters
idstringRequired

The resource ID.

Query parameters
selectstringOptional

Optional RQL select statement to filter fields.

Responses
200

OK

application/json

Represents a batch of notification messages that share common properties.

idstringOptional
revisioninteger · int32Optional
bodystring · nullableOptional

Gets or sets the body content for messages in this batch.

subjectstringOptional

Gets or sets the subject for messages in this batch.

statusstringOptional

Gets or sets the current status of the batch.

statusReasonstring · nullableOptional

Gets or sets the reason for the current status of the batch.

typestringOptional

Gets or sets the type of batch.

payloadstring · nullableOptional

Gets or sets the payload data used for template-based batches.

sendContextstringOptional

Gets or sets the send context of the batch.

get/public/v1/notifications/batches/{id}

Last updated

Was this helpful?