---
title: "POST /api/scheduler/job"
method: POST
path: "/api/scheduler/job"
tags: ["Scheduler"]
---

# POST /api/scheduler/job

`POST /api/scheduler/job`

POST operation for /api/scheduler/job

## Headers

- `X-EDH-USER` string, required
- `X-EDH-TOKEN` string, required

## Response `200`

Job submitted successfully

- object
  - `success` boolean
  - `message` string

## Other responses

- `400` — Missing payload or invalid base64 encoding
- `401` — Authentication required
- `500` — Job submission failed

---

[API](https://skmtc.net/aws-samples/apis/engineering-development-hub-edh-api.md) · [All operations](https://skmtc.net/aws-samples/apis/engineering-development-hub-edh-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws-samples/engineering-development-hub-edh-api/versions/6db97cead8df/schema)
