# Fetch workflow **GET /v1/Workspaces/{WorkspaceSid}/Workflows/{Sid}** ## Servers - https://taskrouter.twilio.com: https://taskrouter.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **WorkspaceSid** (string) The SID of the Workspace with the Workflow to fetch. - **Sid** (string) The SID of the Workflow resource to fetch. ## Responses ### 200 OK #### Headers - **X-Rate-Limit-Limit** (string) - **X-Rate-Limit-Remaining** (string) - **X-Rate-Limit-Config** (string) - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **account_sid** (string | null) The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Workflow resource. - **assignment_callback_url** (string(uri) | null) The URL that we call when a task managed by the Workflow is assigned to a Worker. See Assignment Callback URL for more information. - **configuration** (string | null) A JSON string that contains the Workflow's configuration. See [Configuring Workflows](https://www.twilio.com/docs/taskrouter/workflow-configuration) for more information. - **date_created** (string(date-time) | null) The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. - **date_updated** (string(date-time) | null) The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. - **document_content_type** (string | null) The MIME type of the document. - **fallback_assignment_callback_url** (string(uri) | null) The URL that we call when a call to the `assignment_callback_url` fails. - **friendly_name** (string | null) The string that you assigned to describe the Workflow resource. For example, `Customer Support` or `2014 Election Campaign`. - **sid** (string | null) The unique string that we created to identify the Workflow resource. - **task_reservation_timeout** (integer) 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_sid** (string | null) The SID of the Workspace that contains the Workflow. - **url** (string(uri) | null) The absolute URL of the Workflow resource. - **links** (object(uri-map) | null) The URLs of related resources. [Powered by Bump.sh](https://bump.sh)