Skip to main content
You can check the status of any task by querying the task API:

Task Statuses

Your payload will return the status of the task. These are the possible statuses for a task:

Request

Response

The response to /task returns the following data: Here’s what the response payload looks like as JSON:

Cancelling Tasks

Tasks can be cancelled through the api.beam.cloud/v2/task/cancel/ endpoint.

Request

This API accepts a list of tasks, which can be passed in like this:

Response

200