> ## Documentation Index
> Fetch the complete documentation index at: https://auth0-docs-event-stream-action-templates.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Metadata

> Return the SAML 2.0 metadata for an Auth0 tenant.

## Endpoint

`GET /samlp/metadata/{clientId}`

This endpoint returns the SAML 2.0 metadata.

### Learn More

* [SAML](https://auth0.com/docs/authenticate/protocols/saml/saml-configuration)

## Path Parameters

<ParamField path="clientId" type="string" required>
  The client\_id of your application.
</ParamField>

## Response Messages

| Status | Description                            |
| ------ | -------------------------------------- |
| 200    | Successful retrieval of SAML metadata. |
