---
title: "Get Source Metadata"
method: GET
path: "/v1/river_source/metadata"
---

# Get Source Metadata

`GET /v1/river_source/metadata`

This endpoint gets all source metadata.

## Query parameters

- `source_name` 'mysql' | 'postgresql' | 'oracle' | 'mongodb' | 'mssql' | 'mariadb' | 'vertica' | 'elasticsearch' | 'netsuite_analytics' | 'shopify' | 'shopify_graphql' | 'facebook_ads' | 'tiktok' | 'blueprint' | 'bigquery' | 'snowflake' | 'redshift' | 'boomi_for_sap' | 'google_sheets' | 's3' | 'salesforce' | 'hubspot' | 'greenhouse' | 'coupa' | 'sapconcur' | 'successfactors' | 'datahub' | 'native_connector', required — The source type enum provide all the source type options. Values must match data_source_types.api_name in MongoDB.

## Response `200`

Successful Response

- SourcedMetadataModelResponse — The response for the get source metadata.
  - `title` string, required — The datasource title.
  - `description` string, required — The datasource description.
  - `properties` object, required — The datasource fields and metadata.
  - `required` string[], nullable — A list of required datasource fields

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/rivery/apis/boomi-data-integration-api.md) · [All operations](https://skmtc.net/rivery/apis/boomi-data-integration-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rivery/boomi-data-integration-api/revisions/5176e39f5f9a/schema)
