> ## 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 Team On-Call Schedules

List all signals on-call schedules for a team.

<Note>
  External Documentation

  To learn more, visit the [FireHydrant documentation](https://docs.firehydrant.com/reference/list_team_on_call_schedules).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter | Description                                                   |
  | --------- | ------------------------------------------------------------- |
  | Page      | The page number to show results from.                         |
  | Per Page  | Maximum number of results to return.                          |
  | Query     | A query for searching through the list of on-call schedules.  |
  | Team ID   | The ID of the team to list all signals on-call schedules for. |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter               | Description                                            |
  | ----------------------- | ------------------------------------------------------ |
  | Shift Time Window End   | Only include shifts that start at or before this time. |
  | Shift Time Window Start | Only include shifts that end at or after this time.    |
</div>

## Example Output

```json theme={"dark"}
{
	"data": [
		{
			"id": "string",
			"name": "string",
			"description": "string",
			"rotations": [
				{
					"id": "string",
					"name": "string",
					"description": "string",
					"time_zone": "string",
					"color": "string",
					"slack_user_group_id": "string",
					"members": [
						{
							"id": "string",
							"name": "string"
						}
					],
					"shifts": [
						{
							"id": "string",
							"user": {
								"id": "string",
								"name": "string"
							},
							"coverage_request": "string",
							"color": "string",
							"time_zone": "string",
							"on_call_schedule": {
								"id": "string",
								"name": "string"
							},
							"on_call_rotation": {
								"id": "string",
								"name": "string"
							},
							"team": {
								"id": "string",
								"name": "string"
							},
							"start_time": "2025-07-16T08:58:03.694Z",
							"end_time": "2025-07-16T08:58:03.694Z"
						}
					],
					"team": {
						"id": "string",
						"name": "string"
					},
					"strategy": {
						"type": "string",
						"handoff_time": "string",
						"handoff_day": "string",
						"shift_duration": "string"
					},
					"restrictions": [
						{
							"start_day": "string",
							"start_time": "string",
							"end_day": "string",
							"end_time": "string"
						}
					],
					"created_by": {
						"id": "string",
						"name": "string",
						"source": "string",
						"email": "string"
					},
					"created_at": "2025-07-16T08:58:03.694Z",
					"updated_at": "2025-07-16T08:58:03.694Z"
				}
			],
			"team": {
				"id": "string",
				"name": "string"
			},
			"created_by": {
				"id": "string",
				"name": "string",
				"source": "string",
				"email": "string"
			},
			"created_at": "2025-07-16T08:58:03.694Z",
			"updated_at": "2025-07-16T08:58:03.694Z",
			"signals_ical_url": "string",
			"time_zone": "string",
			"color": "string",
			"slack_user_group_id": "string",
			"members": [
				{
					"id": "string",
					"name": "string"
				}
			],
			"shifts": [
				{
					"id": "string",
					"user": {
						"id": "string",
						"name": "string"
					},
					"coverage_request": "string",
					"color": "string",
					"time_zone": "string",
					"on_call_schedule": {
						"id": "string",
						"name": "string"
					},
					"on_call_rotation": {
						"id": "string",
						"name": "string"
					},
					"team": {
						"id": "string",
						"name": "string"
					},
					"start_time": "2025-07-16T08:58:03.694Z",
					"end_time": "2025-07-16T08:58:03.694Z"
				}
			],
			"strategy": {
				"type": "string",
				"handoff_time": "string",
				"handoff_day": "string",
				"shift_duration": "string"
			},
			"restrictions": [
				{
					"start_day": "string",
					"start_time": "string",
					"end_day": "string",
					"end_time": "string"
				}
			]
		}
	],
	"pagination": {
		"count": 0,
		"page": 0,
		"items": 0,
		"pages": 0,
		"last": 0,
		"prev": 0,
		"next": 0
	}
}
```

## Workflow Library Example

[List Team on Call Schedules with Firehydrant and Send Results Via Email](https://library.blinkops.com/workflows/list-team-on-call-schedules-with-firehydrant-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-team-on-call-schedules-with-firehydrant-and-send-results-via-email/canvas" />
</div>
