docs/integrations/sources/pylon.md
This page contains the setup guide and reference information for the Pylon source connector.
</HideInUI>Enter your API Token. This is the Bearer token used to authenticate all requests to the Pylon API.
</FieldAnchor> <FieldAnchor field="start_date">Optionally, enter a Start Date in UTC format (YYYY-MM-DDTHH:MM:SSZ). This controls how far back the connector syncs data for the Issues stream and its child streams (Issue Messages and Issue Threads). If not provided, defaults to 30 days ago.
The Pylon source connector supports the following sync modes:
The Pylon source connector supports the following streams:
created_at as its cursor field and syncs data in 30-day windows, as required by the Pylon API.The Pylon API enforces per-endpoint rate limits. The Issues endpoint allows 10 requests per minute, while most other endpoints allow 60 requests per minute. The connector handles rate-limited responses (HTTP 429) with exponential backoff and retries up to 3 times.
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 0.0.4 | 2026-03-17 | 74921 | Update dependencies |
| 0.0.3 | 2026-02-24 | 73850 | Update dependencies |
| 0.0.2 | 2026-02-20 | 73693 | Make start_date optional, default to 1 month ago |
| 0.0.1 | 2026-02-20 | 73624 | Initial release of Pylon source connector |