curl --request POST \
--url 'https://api.workstream.stateset.com/v1/brands/{brand_id}/dispatch-dlq/{dlq_id}/resolve' \
--header "x-api-key: $STATESET_TEMPORAL_API_KEY" \
--header 'Content-Type: application/json' \
--data '{
"action": "string",
"notes": "Two-person tent, green — replacement for damaged pole set."
}'
{
"dlq_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"status": "pending"
}
Resolve dlq item
Resolve dlq item
POST
/
v1
/
brands
/
{brand_id}
/
dispatch-dlq
/
{dlq_id}
/
resolve
curl --request POST \
--url 'https://api.workstream.stateset.com/v1/brands/{brand_id}/dispatch-dlq/{dlq_id}/resolve' \
--header "x-api-key: $STATESET_TEMPORAL_API_KEY" \
--header 'Content-Type: application/json' \
--data '{
"action": "string",
"notes": "Two-person tent, green — replacement for damaged pole set."
}'
{
"dlq_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"status": "pending"
}
Path parameters
string (uuid)
required
string (string)
required
Request body
object
string
string
Response
object
string (uuid)
required
string
required
Status codes
| Code | Meaning |
|---|---|
200 | Item resolved. |
400 | Validation error |
401 | Unauthorized |
404 | Not found |
429 | Rate limited |
500 | Internal error |
curl --request POST \
--url 'https://api.workstream.stateset.com/v1/brands/{brand_id}/dispatch-dlq/{dlq_id}/resolve' \
--header "x-api-key: $STATESET_TEMPORAL_API_KEY" \
--header 'Content-Type: application/json' \
--data '{
"action": "string",
"notes": "Two-person tent, green — replacement for damaged pole set."
}'
{
"dlq_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"status": "pending"
}
Last modified on August 31, 2026