Skip to content

InspectQueueV1Request

Note

This page was generated by extracting information from a JSON Schema data file for the API. It may be missing some information, or otherwise suggest approximate or placeholder values based on information in the schema file; this is due to limitations on how that data is extracted from the underlying Rust code and into the JSON Schema, and then again from there and into these docs.

This is an object value, with the following properties:

  • limit - optional nullable integer. Return up to limit messages in the queue sample. Depending on the strategy configured for the queue, messages may not be directly reachable via this endpoint. If no limit is provided, all messages in the queue will be sampled.

  • queue_name - required string. The name of the scheduled queue

  • want_body - optional boolean. If true, return the message body in addition to the metadata

Examples

{
  "limit": 42,
  "queue_name": "campaign_name:tenant_name@example.com",
  "want_body": false
}