---
title: "List available integration endpoints for project"
method: GET
path: "/project/{project}/integration_endpoint"
tags: ["Service_Integrations"]
---

# List available integration endpoints for project

`GET /project/{project}/integration_endpoint`

## Path parameters

- `project` string, required

## Response `200`

Response

- ServiceIntegrationEndpointListResponse — ServiceIntegrationEndpointListResponse
  - `errors` object[] — List of errors occurred during request processing
    - `message` string, required — Printable error message
    - `more_info` string — URL to the documentation of the error
    - `status` integer, required — HTTP error status code
  - `message` string — Printable result of the request
  - `service_integration_endpoints` object[], required — List of service integrations
    - `endpoint_config` object, required — Service integration endpoint backend settings
    - `endpoint_id` string, required — Integration endpoint ID
    - `endpoint_name` string, required — Integration endpoint name
    - `endpoint_type` 'autoscaler' | 'autoscaler_service' | 'datadog' | 'external_aws_cloudwatch_logs' | 'external_aws_cloudwatch_metrics' | 'external_aws_s3' | 'external_azure_blob_storage' | 'external_clickhouse' | 'external_elasticsearch_logs' | 'external_google_cloud_bigquery' | 'external_google_cloud_logging' | 'external_kafka' | 'external_mysql' | 'external_object_storage_config' | 'external_opensearch_logs' | 'external_postgresql' | 'external_prometheus' | 'external_redis' | 'external_schema_registry' | 'external_sumologic_logs' | 'jolokia' | 'opentelemetry' | 'prometheus' | 'rsyslog', required — Integration endpoint type
    - `user_config` object, required — Service integration endpoint settings

---

[API](https://skmtc.net/aiven/apis/aiven-api-documentation.md) · [All operations](https://skmtc.net/aiven/apis/aiven-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aiven/aiven-api-documentation/versions/ecaeabf1da31/schema)
