Fetch a Task Forwarder
GAAuthentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
task_forwarder_id
The specific Task to reference.
org_id
The unique identifier of the organization.
project_id
The unique identifier of the project.
Response
Successfully retrieved task forwarder
name
A descriptive name for the Task Forwarder.
id
The unique identifier of the Task Forwarder.
project_id
The Project that the Task Forwarder belongs to.
created
When the Task Forwarder was created.
modified
When the Task Forwarder was last updated.
description
Additional details about the Task Forwarder's purpose or configuration.
config
Configuration parameters for the Task Forwarder such as a destination
URL.
config_sensitive
Sensitive parameters for the Task Forwarder such as a signing_key
.