GET
/
api
/
v1
/
sources
/
curl --request GET \
  --url https://platform.unstructuredapp.io/api/v1/sources/
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "type": "azure",
    "config": {
      "remote_url": "<string>",
      "account_name": "<string>",
      "account_key": "<string>",
      "connection_string": "<string>",
      "sas_token": "<string>",
      "recursive": true
    },
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

Headers

unstructured-api-key
string | null

Query Parameters

source_type
enum<string> | null
Available options:
azure,
box,
confluence,
couchbase,
databricks_volumes,
dropbox,
elasticsearch,
gcs,
google_drive,
kafka-cloud,
mongodb,
onedrive,
outlook,
postgres,
s3,
salesforce,
sharepoint,
snowflake,
jira,
zendesk

Response

200
application/json

Successful Response

The response is of type SourceConnectorInformation · object[].