# Project Schedules

With daily scheduled projects now (since January 2023) expiring after a month already, it is easy to miss expired project schedules.

However, in Adobe Analytics, only Admins can see their expired project schedules, i.e. projects delivered via CSV or PDF to users via email on a regular basis. **Non-Admin users can only see their&#x20;*****running*****, but not their&#x20;*****expired*****&#x20;schedules!**

With the Component Manager, you (and whoever you share the Google Sheet with) can see all schedules, filter by owner, expired status, and more.

Simply run "Workspaces" -> "**Refresh Project Schedules**":

<figure><img src="/files/UCiTQQqzZt6qlHGusxZI" alt=""><figcaption></figcaption></figure>

You can now add a filter to the tab and e.g. filter by the "expired" column. See a full list of the available columns here:

<figure><img src="/files/AKHBxX5JLfHym7tPgodk" alt=""><figcaption></figcaption></figure>

* **id:** Schedule ID
* **owner\_id, owner\_name, owner\_login:** owner (creator) of the schedule
* **projectId:** scheduled workspace project
* **scheduledItemName:** Name of the scheduled item (=name of the Workspace)
* **description:** info text in the scheduled e-mail
* **rsid:** Main Report Suite ID associated with the scheduled project
* **tags:** Tags given to the schedule
* **tasks:** A JSON object containing further details, like the recipients of the schedule
* **modified:** last time the schedule was modified
* **rsLocalStartTime:** date in your Report Suite's timezone when the schedule started
* **rsLocalExpirationTime:** date in your Report Suite's timezone when the schedule will expire or has expired
* **triggerObject:** details on the sending frequency (e.g. daily at 4 PM)
* **expired:** TRUE if schedule has expired, otherwise FALSE


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.datacroft.de/main-functions/project-schedules.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
