Skip to main content

Documentation Index

Fetch the complete documentation index at: https://upstash-fix-issues-on-docs.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

data "upstash_qstash_schedule_data" "exampleQstashScheduleData" {
  schedule_id = resource.upstash_qstash_schedule.exampleQstashSchedule.schedule_id
}

Schema

Required

schedule_id
string
required
Unique Qstash Schedule ID for requested schedule

Read-Only

body
string
Body to send for the POST request in string format. Needs escaping () double quotes.
created_at
number
Creation time for Qstash Schedule
cron
string
Cron string for Qstash Schedule
destination
string
Destination for Qstash Schedule. Either Topic ID or valid URL
forward_headers
map(string)
Forward headers to your API
id
string
The ID of this resource.
not_before
number
Start time for Qstash Scheduling.
retries
number
Retries for Qstash Schedule requests.