Skip to content

get action workflow run step by install id and step id

GET
/v1/installs/{install_id}/action-workflows/runs/{workflow_run_id}/steps/{step_id}

Get an install action workflow run step.

Authorizations

Parameters

Path Parameters

install_id
required
string

Install ID

workflow_run_id
required
string

Workflow run ID

step_id
required
string

Step ID

Responses

200

OK

object
created_at
string
created_by_id
string
execution_duration
integer
id
string
install_action_workflow_run_id
string
status
string
Allowed values: finished pending in-progress error
step_id
string
updated_at
string

400

Bad Request

object
description
string
error
string
user_error
boolean

401

Unauthorized

object
description
string
error
string
user_error
boolean

403

Forbidden

object
description
string
error
string
user_error
boolean

404

Not Found

object
description
string
error
string
user_error
boolean

500

Internal Server Error

object
description
string
error
string
user_error
boolean