> ## 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 Available Content

Gets a list of the content currently available for retrieval for the specified content type.

<Note>
  External Documentation

  To learn more, visit the [Microsoft Office 365 Management Activity documentation](https://learn.microsoft.com/en-us/office/office-365-management-api/office-365-management-activity-api-reference#list-available-content).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter    | Description                                                                                                                                                                                                                                                                                                                 |
  | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Content Type | Specifies the type of activity logs you want to receive notifications for. <br /><br />For further details, please refer to [Microsoft Documentation](https://learn.microsoft.com/en-us/office/office-365-management-api/office-365-management-activity-api-reference#working-with-the-office-365-management-activity-api). |
  | End Time     | The end time (exclusive) of the time range of content to return, based on when the content became available.<br /><br />**Note**: The interval between the `Start Time` and `End Time` should be no more than 24 hours.                                                                                                     |
  | Start Time   | The start time (inclusive) of the time range of content to return, based on when the content became available.<br /><br />**Note**: The interval between the `Start Time` and `End Time` should be no more than 24 hours.                                                                                                   |
  | Time Range   | Determines the time range of content to return:<br />  \* `Last 24 Hours` - Return the content available in the last 24 hours.<br />  \* `Custom Time Range` - Specify your own `Start Time` & `End Time`.                                                                                                                  |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter            | Description                                                                                                                                                                                                                                                                                                                                                             |
  | -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Next Page            | If there are more results than can be returned in a single response, this parameter can be used to retrieve the next page of results. <br /><br />For further information regarding `Next Page`, please refer to [Microsoft Documentation](https://learn.microsoft.com/en-us/office/office-365-management-api/office-365-management-activity-api-reference#pagination). |
  | Publisher Identifier | This parameter is used for throttling the request rate.<br /><br />For further information regarding `Publisher Identifier`, please refer to [Microsoft Documentation](https://learn.microsoft.com/en-us/office/office-365-management-api/troubleshooting-the-office-365-management-activity-api#request-content-blobs-and-throttling).                                 |
</div>

## Example Output

```json theme={"dark"}
[
	{
		"contentType": "Audit.SharePoint",
		"contentId": "492638008028$492638008028$f28ab78ad40140608012736e373933ebspo2015043022$4a81a7c326fc4aed89c62e6039ab833b$04",
		"contentUri": "https://manage.office.com/api/v1.0/f28ab78a-d401-4060-8012-736e373933eb/activity/feed/audit/492638008028$492638008028$f28ab78ad40140608012736e373933ebspo2015043022$4a81a7c326fc4aed89c62e6039ab833b$04",
		"contentCreated": "2015-05-23T17:35:00.000Z",
		"contentExpiration": "2015-05-30T17:35:00.000Z"
	}
]
```

## Workflow Library Example

[List Available Content with Microsoft Office 365 Management Activity and Send Results Via Email](https://library.blinkops.com/workflows/list-available-content-with-microsoft-office-365-management-activity-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-available-content-with-microsoft-office-365-management-activity-and-send-results-via-email/canvas" />
</div>
