diff --git a/_snippets/qstash-dlq-message-type.mdx b/_snippets/qstash-dlq-message-type.mdx
index 2f7b6c01..63223f30 100644
--- a/_snippets/qstash-dlq-message-type.mdx
+++ b/_snippets/qstash-dlq-message-type.mdx
@@ -82,3 +82,7 @@
The base64 encoded response body of the last failed deliver attempt if the response body contains a non-utf8 char only, empty otherwise.
+
+
+ The label of the message assigned by the user.
+
\ No newline at end of file
diff --git a/_snippets/qstash-message-type.mdx b/_snippets/qstash-message-type.mdx
index 0ccb367b..6eaa21c4 100644
--- a/_snippets/qstash-message-type.mdx
+++ b/_snippets/qstash-message-type.mdx
@@ -56,4 +56,8 @@
IP address of the publisher of this message.
+
+
+
+ The label of the message assigned by the user.
\ No newline at end of file
diff --git a/_snippets/workflow/workflow-dlq-message-type.mdx b/_snippets/workflow/workflow-dlq-message-type.mdx
index f6abc0e4..c562d651 100644
--- a/_snippets/workflow/workflow-dlq-message-type.mdx
+++ b/_snippets/workflow/workflow-dlq-message-type.mdx
@@ -69,4 +69,7 @@
Detailed information about the failure callback, including state, response body, response status and response headers.
-
\ No newline at end of file
+
+
+The label of the run assigned by the user.
+
\ No newline at end of file
diff --git a/qstash/api/dlq/listMessages.mdx b/qstash/api/dlq/listMessages.mdx
index 39d0301d..10901e81 100644
--- a/qstash/api/dlq/listMessages.mdx
+++ b/qstash/api/dlq/listMessages.mdx
@@ -60,7 +60,9 @@ List all messages currently inside the DLQ
The sorting order of DLQ messages by timestamp. Valid values are "earliestFirst" and "latestFirst". The default is "earliestFirst".
-
+
+ Filter DLQ messages by the label of the message assigned by the user.
+
## Response
diff --git a/qstash/api/logs/list.mdx b/qstash/api/logs/list.mdx
index 39aff7d9..3722a4f3 100644
--- a/qstash/api/logs/list.mdx
+++ b/qstash/api/logs/list.mdx
@@ -63,6 +63,9 @@ authMethod: "bearer"
The sorting order of logs by timestamp. Valid values are "earliestFirst" and "latestFirst". The default is "latestFirst".
+
+ Filter event by the label of the message assigned by the user.
+
## Response
@@ -160,6 +163,9 @@ If no cursor is returned, you have reached the end of the logs.
The mathematical expression used to calculate delay between retry attempts. If not set, [the default backoff](/qstash/features/retry) is used.
+
+ The label of the message assigned by the user.
+
diff --git a/workflow/rest/dlq/list.mdx b/workflow/rest/dlq/list.mdx
index f07337f3..c5544f6c 100644
--- a/workflow/rest/dlq/list.mdx
+++ b/workflow/rest/dlq/list.mdx
@@ -36,7 +36,9 @@ List all failed workflow runs currently inside the Dead Letter Queue.
The number of workflow runs to return. Default and maximum is 100.
-
+
+ Filter workflow run by the label assigned by the user.
+
## Response
diff --git a/workflow/rest/runs/logs.mdx b/workflow/rest/runs/logs.mdx
index 9ed988f4..3a52b33d 100644
--- a/workflow/rest/runs/logs.mdx
+++ b/workflow/rest/runs/logs.mdx
@@ -57,6 +57,10 @@ To uniquely identify a single workflow run, include the `workflowCreatedAt` time
The number of workflow runs to return. Default and max is 10.
+
+ Filter workflow run by the label assigned by the user.
+
+
## Response
@@ -95,6 +99,10 @@ To uniquely identify a single workflow run, include the `workflowCreatedAt` time
The Unix timestamp (in milliseconds) when the workflow run was completed, if applicable.
+
+ The label of the run assigned by the user on trigger.
+
+
The details of the failure callback message, if a failure function was defined for the workflow.