> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Site Documents

Retrieve a list of shared documents on a provided site by its ID.

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                      |
  | --------- | ---------------------------------------------------------------- |
  | Site ID   | The ID of the site. Can be obtained via the `List Sites` action. |
</div>

## Example Output

```json theme={"dark"}
{
	"@odata.context": "<string>",
	"@odata.etag": "\"13584cf8-dbd4-4175-807e-5c486a08bcaa,1\"",
	"createdDateTime": "2021-12-12T00:45:15Z",
	"description": "",
	"eTag": "\"13584cf8-dbd4-4175-807e-5c486a08bcaa,1\"",
	"id": "13584cf8-dbd4-4175-807e-5c486a08bcaa",
	"lastModifiedDateTime": "2021-12-12T00:45:15Z",
	"name": "Shared Documents",
	"webUrl": "https://testblinkops.sharepoint.com/Shared%20Documents",
	"displayName": "Documents",
	"createdBy": {
		"user": {
			"displayName": "System Account"
		}
	},
	"lastModifiedBy": {
		"user": {
			"email": "<string>",
			"id": "<string>",
			"displayName": "<string>"
		}
	},
	"parentReference": {
		"siteId": "testblinkops.sharepoint.com,77aaaee5-a459-4f43-bff3-d1a032f92f98,320a4e26-8cc6-4004-8eed-2a55f6ebe56b"
	},
	"list": {
		"contentTypesEnabled": false,
		"hidden": false,
		"template": "documentLibrary"
	},
	"items@odata.context": "<string>",
	"items": []
}
```

## Workflow Library Example

[List Site Documents with Sharepoint and Send Results Via Email](https://library.blinkops.com/workflows/list-site-documents-with-sharepoint-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-site-documents-with-sharepoint-and-send-results-via-email/canvas" />
</div>
