Skip to main content
GET
/
data-planes
List data planes
curl --request GET \
  --url https://api-dev.narrative.io/data-planes \
  --header 'Authorization: Bearer <token>'
{
  "records": [
    {
      "type": "owned",
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "company_id": 123,
      "created_at": "2023-11-07T05:31:56Z",
      "display_name": "<string>",
      "external_id": "<string>",
      "platform": {
        "type": "platform_aws",
        "region": "<string>"
      },
      "status": "active",
      "updated_at": "2023-11-07T05:31:56Z",
      "collaborators": {
        "participants": {
          "type": "all"
        }
      },
      "description": "<string>",
      "last_heartbeat_at": "2023-11-07T05:31:56Z",
      "tags": [
        "<string>"
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

OK

records
object[]
required