# cronhost docs ## Docs - [Authentication](https://docs.cronho.st/api-reference/authentication.md): Learn how to authenticate with the Cronhost API using API keys - [API Introduction](https://docs.cronho.st/api-reference/introduction.md): REST API for scheduling HTTP requests with cron expressions - [Get Job](https://docs.cronho.st/api-reference/job/get-job.md): Retrieve detailed information about a specific job execution. - [List Jobs](https://docs.cronho.st/api-reference/job/list-jobs.md): Retrieve jobs with optional filtering and pagination. Jobs represent individual executions of your scheduled HTTP requests. - [Create Schedule](https://docs.cronho.st/api-reference/schedule/create-schedule.md): Create a new scheduled HTTP request with cron expression timing. - [Delete Schedule](https://docs.cronho.st/api-reference/schedule/delete-schedule.md): Permanently delete a schedule. This action cannot be undone. - [Get Schedule](https://docs.cronho.st/api-reference/schedule/get-schedule.md): Retrieve a specific schedule by its ID. - [List Schedules](https://docs.cronho.st/api-reference/schedule/list-schedules.md): Retrieve all schedules for the authenticated user. Returns an array of schedule objects with their current configuration and status. - [Toggle Schedule](https://docs.cronho.st/api-reference/schedule/toggle-schedule.md): Enable or disable a schedule without deleting it. Disabled schedules will not execute until re-enabled. - [Trigger Schedule](https://docs.cronho.st/api-reference/schedule/trigger-schedule.md): Manually trigger a schedule to run immediately, regardless of its cron schedule. Creates a new job that will execute the HTTP request. - [Update Schedule](https://docs.cronho.st/api-reference/schedule/update-schedule.md): Update an existing schedule. All fields are optional - only include fields you want to update. - [cronhost Documentation](https://docs.cronho.st/index.md): Schedule HTTP requests with cron expressions. Simple, reliable, and powerful. - [Quickstart Guide](https://docs.cronho.st/quickstart.md): Get up and running with cronhost in under 5 minutes - [SDK Introduction](https://docs.cronho.st/sdk-reference/introduction.md): Official TypeScript SDK for Cronhost - schedule HTTP requests with cron expressions - [Job Management](https://docs.cronho.st/sdk-reference/jobs.md): Monitor and retrieve job execution details with the Cronhost SDK - [Schedule Management](https://docs.cronho.st/sdk-reference/schedules.md): Manage scheduled HTTP requests with the Cronhost SDK - [Types Reference](https://docs.cronho.st/sdk-reference/types.md): Complete TypeScript type definitions for the Cronhost SDK - [Timezone Reference](https://docs.cronho.st/timezones.md): Complete guide to IANA timezone identifiers for Cronhost schedules ## OpenAPI Specs - [openapi](https://docs.cronho.st/api-reference/openapi.json) ## Optional - [Website](https://cronho.st)