Document created field for jobs (#2550)

This commit is contained in:
Mike Degatano 2025-01-31 10:24:53 -05:00 committed by GitHub
parent 4d028f5d9e
commit 7c8914fc8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 |