Skip to main content
GET
Get Runner History

Overview

Retrieve a list of workflows that have been executed on a specific runner. Returns the most recent 10 workflows by default, ordered by creation date (newest first).

Path Parameters

string
required
The unique identifier (UUID) of the runner to query.

Response

Returns an array of workflow objects executed on this runner.
string
required
Unique identifier (UUID) for the workflow.
string
required
The workflow’s name.
string
required
Current status of the workflow.Possible values: accepted, uploaded, queued, running, completed, cancelled, invalid, failed
string[]
required
Array of tags associated with the workflow.
string
required
ISO 8601 timestamp when the workflow was created.
string
required
ISO 8601 timestamp when the workflow was last updated.
string
ISO 8601 timestamp when the workflow execution started (null if not yet started).
string
ISO 8601 timestamp when the workflow execution completed (null if not yet completed).

Example Response

Error Responses

error
Unauthorized - invalid or missing authentication token.
error
Not Found - runner with the specified ID does not exist or does not belong to your account.

Notes

  • Returns a maximum of 10 most recent workflows
  • Results are ordered by creation date (newest first)
  • Only includes workflows executed on this specific runner