---
title: "List Webhooks"
method: GET
path: "/tenants/{tenant_id}/webhooks"
tags: ["Webhooks"]
---

# List Webhooks

`GET /tenants/{tenant_id}/webhooks`

Returns a list of webhooks

---

Webhooks are returned sorted in descending order based on creation date.

## Path parameters

- `tenant_id` string, uuid, required

## Response `200`

Webhooks successfully retrieved.

- object
  - `webhooks` object[], required
    - `id` string, uuid, required — Unique ID identifying the webhook.
    - `description` string, required — Description of the webhook's purpose.
    - `event` 'agreement_status_changed' | 'ahj_lookup_completed' | 'ai_roof_job_completed' | 'app_status_changed' | 'asset_created' | 'auto_designer_job_completed' | 'consumption_profile_changed' | 'design_created' | 'design_deleted' | 'design_request_completed' | 'design_request_created' | 'design_request_rejected' | 'eagleview_design_request_created' | 'eagleview_design_request_status_changed' | 'fire_pathway_placement_job_completed' | 'imagery_lidar_completed' | 'milestone_created' | 'milestone_shared' | 'order_created' | 'panel_irradiance_analysis_job_completed' | 'performance_simulation_job_completed' | 'plan_set_request_status_changed' | 'project_changed' | 'project_created' | 'project_deleted' | 'project_status_changed' | 'agreement_download_url_job_completed' | 'utility_bill_upload_job_completed' | 'proposal_pdf_generation_job_completed' | 'site_survey_requested' | 'site_survey_status_changed' | 'web_proposal_url_created' | 'financier_contract_status_changed', required — The Aurora event which triggers the webhook to fire.
    - `url_template` string, required — URL template that GET requests are sent to when the event occurs.
    - `enabled` boolean, required — Whether the GET request will be sent on the next event occurrence.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/aurorasolar/apis/sync-api.md) · [All operations](https://skmtc.net/aurorasolar/apis/sync-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aurorasolar/sync-api/revisions/5b41808d104d/schema)
