GET
/
v1
/
workflow_tasks
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/workflow_tasks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "549e3d2f-5d6b-45da-9665-4690f2214c0a",
    "type": "workflow_tasks",
    "attributes": {
      "workflow_id": "dc912b12-30f0-4eea-a94a-d709806ed132",
      "task_params": {
        "task_type": "send_email",
        "from": "Rootly <workflows@rootly.com>",
        "to": [
          "non"
        ],
        "cc": [],
        "bcc": [],
        "subject": "Qui qui magnam tenetur.",
        "preheader": null,
        "body": "Architecto qui fugiat ut.",
        "include_header": true,
        "include_footer": true,
        "custom_logo_url": null
      },
      "name": "Send an email",
      "position": 1,
      "skip_on_failure": false,
      "enabled": true,
      "created_at": "2025-04-18T09:47:10.425-07:00",
      "updated_at": "2025-04-18T09:47:10.425-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
application/vnd.api+json
workflow_task found
data
object
required