Skip to main content
GET
/
api
/
v2
/
integration-capabilities
/
flag-import
List all flag import configurations
curl --request GET \
  --url https://app.launchdarkly.com/api/v2/integration-capabilities/flag-import \
  --header 'Authorization: <api-key>'
{
  "_links": {
    "self": {
      "href": "<string>",
      "type": "<string>"
    },
    "parent": {
      "href": "<string>",
      "type": "<string>"
    }
  },
  "items": [
    {
      "_links": {
        "self": {
          "href": "<string>",
          "type": "<string>"
        },
        "parent": {
          "href": "<string>",
          "type": "<string>"
        },
        "project": {
          "href": "<string>",
          "type": "<string>"
        }
      },
      "_id": "12ab3c4d5ef1a2345bcde67f",
      "integrationKey": "split",
      "projectKey": "default",
      "config": {},
      "tags": [],
      "name": "Development environment configuration",
      "version": 1,
      "_status": {
        "status": "pending",
        "lastImport": "1717263000000",
        "lastError": "1714584600000",
        "errors": [
          {
            "integrationId": "<string>",
            "message": "<string>",
            "statusCode": 123,
            "timestamp": 123
          }
        ]
      },
      "_access": {
        "denied": [
          {
            "action": "<string>",
            "reason": {
              "effect": "allow",
              "resources": [
                "proj/*:env/*;qa_*:/flag/*"
              ],
              "notResources": [
                "<string>"
              ],
              "actions": [
                "*"
              ],
              "notActions": [
                "<string>"
              ],
              "role_name": "<string>"
            }
          }
        ],
        "allowed": [
          {
            "action": "<string>",
            "reason": {
              "effect": "allow",
              "resources": [
                "proj/*:env/*;qa_*:/flag/*"
              ],
              "notResources": [
                "<string>"
              ],
              "actions": [
                "*"
              ],
              "notActions": [
                "<string>"
              ],
              "role_name": "<string>"
            }
          }
        ]
      }
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://launchdarkly-preview.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Response

Flag Import Configuration response

The location and content type of related resources

items
object[]
required

An array of flag import configurations