From 7c8914fc8c2df6dca3cbb18e758592d62940ac0c Mon Sep 17 00:00:00 2001 From: Mike Degatano Date: Fri, 31 Jan 2025 10:24:53 -0500 Subject: [PATCH] Document created field for jobs (#2550) --- docs/api/supervisor/models.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api/supervisor/models.md b/docs/api/supervisor/models.md index 97c46c2a..4a4bb19b 100644 --- a/docs/api/supervisor/models.md +++ b/docs/api/supervisor/models.md @@ -298,6 +298,7 @@ Response only fields will be in responses but cannot be included in requests. | progress | int | Progress of the job (if accurate progress is obtainable) | | stage | string | A name for the stage the job is in (if applicable) | | done | boolean | Is the job complete | +| created | string | Date and time when job was created in ISO format | | child_jobs | list | A list of child [jobs](#job) started by this one | | errors | list | A list of [errors](#job-error) that occurred during execution |