v50

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-02-056136556.2 KB
TaskrouterV1Workflow

get/v1/Workspaces/{WorkspaceSid}/Workflows/{Sid}

Path parameters

WorkspaceSidstring required

The SID of the Workspace with the Workflow to fetch.

Sidstring required

The SID of the Workflow resource to fetch.

Response

OK

account_sidstring nullable

The SID of the Account that created the Workflow resource.

assignment_callback_urlstring uri nullable

The URL that we call when a task managed by the Workflow is assigned to a Worker. See Assignment Callback URL for more information.

configurationstring nullable

A JSON string that contains the Workflow's configuration. See Configuring Workflows for more information.

date_createdstring date-time nullable

The date and time in GMT when the resource was created specified in RFC 2822 format.

date_updatedstring date-time nullable

The date and time in GMT when the resource was last updated specified in RFC 2822 format.

document_content_typestring nullable

The MIME type of the document.

fallback_assignment_callback_urlstring uri nullable

The URL that we call when a call to the assignment_callback_url fails.

friendly_namestring nullable

The string that you assigned to describe the Workflow resource. For example, Customer Support or 2014 Election Campaign.

sidstring nullable

The unique string that we created to identify the Workflow resource.

task_reservation_timeoutinteger

How long TaskRouter will wait for a confirmation response from your application after it assigns a Task to a Worker. Can be up to 86,400 (24 hours) and the default is 120.

workspace_sidstring nullable

The SID of the Workspace that contains the Workflow.

urlstring uri nullable

The absolute URL of the Workflow resource.

linksobject nullable

The URLs of related resources.