---
title: "Enqueue a new sandbox job"
method: POST
path: "/sandbox/jobs"
tags: ["Sandbox"]
---

# Enqueue a new sandbox job

`POST /sandbox/jobs`

## Request body

- object
  - `type` 'data_sync_all', required — The type of job to start. Currently the only supported type is `data_sync_all`

## Response `200`

OK

- object
  - `job_id` string, uuid, required — The id of the job that has been created.
  - `job_url` string, required — The url that can be used to retrieve the job status
  - `allowed_refreshes` integer, required — The number of allowed refreshes per hour (per hour, fixed window)
  - `remaining_refreshes` integer, required — The number of remaining refreshes available (per hour, fixed window)

---

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