# RecipeOps - Search Job History Action

This action lists the job history for a specified recipe. Results can be filtered by job status and start time.


# Limitations

Results are limited to the most recent 1,000 jobs.


# Input

Field Description
Recipe The recipe to retrieve history from.
Job status Filters jobs by status:
  • All
  • Completed
  • Pending
  • Failed
Jobs created since Filters jobs by creation time. Jobs that started on or after this time will be included in the results.
Jobs created til Filters jobs by creation time. Jobs that started on or before this time will be included in the results.

# Output

The output will contain the following attributes, along with custom job report data.

Field Description
Job ID The job ID.
Calling job ID The ID of the calling job.
Status The status of the job.
Title The title of the job.
Started at The time the job started.
Completed at The time the job completed.
Recipe ID The ID of the recipe associated with the job.
Error If the job failed, this will contain details about the error encountered during the job.

This field has some additional sub-fields:
Field Description
Error ID The error ID.
Error type The type of error.
Error message The error message.
List size The total number of jobs in the result set.
List index The index (current position) of the job in the list of results.

# Resources


Last updated: 6/27/2022, 7:51:40 AM