Skip to main content
GET
Get Managed Runner History

Overview

Retrieve a list of your workflows that have been executed on a specific managed runner. Returns the most recent 10 workflows by default, ordered by creation date (newest first).
Access to managed runners requires a Pro or Plus tier subscription.

Path Parameters

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

Response

Returns an array of workflow objects executed on this managed 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
Forbidden - your account tier does not have access to managed runners. Upgrade to Pro or Plus tier.
error
Not Found - managed runner with the specified ID does not exist or is not available to your tier.

Notes

  • Returns a maximum of 10 most recent workflows
  • Results are ordered by creation date (newest first)
  • Only includes your workflows executed on this managed runner
  • Empty array is returned if you haven’t executed any workflows on this runner