Retrieve a step runner

Prev Next
Get
/v1alpha/step_runners/{id}

Returns the details of an existing step runner by ID.

Security
HTTP
Type bearer
Path parameters
id
string (uuid) Required

The ID of the step runner to retrieve. To get a list of step runner IDs make a List step runners request.

Responses
200
401
403
default

A successful response.

object
name
string

The name of the step runner.

Examplemy_runner
id
string (uuid)

The unique identifier of the step runner.

Example74e19393-3e94-48d2-8b60-26f2d2665942
display_name
string

The name of the step runner as it appears in the Torq UI.

ExampleMy runner
created_time
string (date-time)

The timestamp when the step runner was created.

Example2022-09-12T10:52:06Z
last_seen_time
string (date-time)

The timestamp when the step runner was last active.

Example2022-09-12T10:52:06Z