> ## Documentation Index
> Fetch the complete documentation index at: https://upstash-vector.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# upstash_qstash_endpoint_data

<RequestExample>
  ```hcl example.tf
  data "upstash_qstash_endpoint_data" "exampleQstashEndpointData" {
    endpoint_id = resource.upstash_qstash_endpoint.exampleQstashEndpoint.endpoint_id
  }
  ```
</RequestExample>

## Schema

### Required

<ParamField query="topic_id" type="string" required>
  Topic Id that the endpoint is added to
</ParamField>

### Read-Only

<ResponseField name="endpoint_id" type="string">
  Unique Qstash Endpoint ID
</ResponseField>

<ResponseField name="id" type="number">
  The ID of this resource.
</ResponseField>

<ResponseField name="url" type="string">
  Unique Qstash Topic Name for Endpoint
</ResponseField>
