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

# Fetch all data models

```graphql
query {
  dataModels {
    id
    title
    description
    arweaveUrl
    createdBy {
      id
      gatewayId
      profilePicture
      createdAt
      displayName
    }
    organization {
      id
      gatewayId
      name
      image
    }
    tags
    consumptionPrice
    pdasIssuedCount
    uniqueIssuersCount
    revenueGenerated
    schema
    createdAt
    permissioning
    allowedUsers {
      id
      gatewayId
      profilePicture
      createdAt
      displayName
    }
    allowedOrganizations {
      id
      gatewayId
      name
      image
    }
  }
}
```
