GET
/
v1
/
workflow_tasks
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/workflow_tasks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "4b95d5da-f481-4c23-b005-8f24c767b8a2",
    "type": "workflow_tasks",
    "attributes": {
      "workflow_id": "5b403ba3-73f5-4458-8fa8-5ef98d8e5300",
      "task_params": {
        "task_type": "send_email",
        "from": "Rootly <no-reply@rootly.com>",
        "to": [
          "itaque"
        ],
        "cc": [],
        "bcc": [],
        "subject": "Sed aut cupiditate voluptatem.",
        "preheader": null,
        "body": "Quis eos vel tempora.",
        "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-03-20T17:49:39.014-07:00",
      "updated_at": "2025-03-20T17:49:39.014-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