Skip to main content

Get Integration

Get Integration

Query Parameters
id string REQUIRED

Integration ID

Responses
200

200 response

Schema OPTIONAL
id string OPTIONAL

The unique identifier of the integration

path string OPTIONAL

The path of the integration

message string OPTIONAL

A message describing the integration

status string OPTIONAL

Possible values: [CREATED, PROCESSING, COMPLETED, FAILED, ARCHIVED]

The status of the integration

request_details object OPTIONAL

Details of the request made to the integration

path string OPTIONAL

The original request's path

http_method string OPTIONAL

The original request's HTTP method

body string OPTIONAL

The original request's body content

query_params string OPTIONAL

The original request's query param content

response OPTIONAL

Contains the result of the process, each request type has it's own result format.

404

No integration exists for the provided id

Schema OPTIONAL
message string

Error description