Retrieve Proxy Agent Details
Retrieves the details of the specified proxy agent.
Request schema
Path parameters
agentId
stringrequired
The unique identifier for the proxy agent within the Fivetran system.
example:
Header parameters
Authorization
stringrequired
HTTP: basicAuth
HTTP AuthorizationScheme: basic
Accept
string
default:
example:
Http + 1.1
GET
https://api.fivetran.com/v1/proxy/agentId
GET /v1/proxy/agentId HTTP/1.1 Accept: application/json Authorization: BasicHost: api.fivetran.com
Responses
200
Successful response
404
Proxy Agent not found
Successful response schema
id
string
The unique identifier for the proxy agent within the Fivetran system.
example:
account_id
string
Fivetran Account ID.
example:
registered_at
string
The timestamp of the time the proxy agent was created in your account.
format:
example:
region
string
Data processing location. This is where Fivetran will operate and run computation on data.
enum:
created_by
string
The actor who created the proxy agent.
example:
display_name
string
Proxy agent name.
example:
{ "id": "id", "account_id": "account_id", "registered_at": "2018-12-01T15:43:29.013729Z", "region": "GCP_US_EAST4", "created_by": "created_by", "display_name": "display_name" }