> ## Documentation Index
> Fetch the complete documentation index at: https://nango-scrips-ref.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Get an integration

> Returns a specific integration

<ResponseExample>
  ```json Example Response
  {
  "config": {
    "unique_key": "slack-nango-community",
    "provider": "slack",
    "syncs": [
        {
            "name": "slack-messages",
            "created_at": "2023-10-16T08:45:26.241Z",
            "updated_at": "2023-10-16T08:45:26.241Z",
            "description": "Continuously fetch the latest Slack messages. Details: full refresh. Required scopes(s): channels:read, groups:read, mpim:read, im:read"
        }
    ],
    "actions": [
        {
            "name": "github-list-repos-action",
            "created_at": "2023-10-17T17:28:03.839Z",
            "updated_at": "2023-10-17T17:28:03.839Z"
        }
    ]
  }
  }
  ```
</ResponseExample>
