Skip to main content
Glama
get_seed_details.gql1.34 kB
query SeedDetails( $environmentId: BigInt! $filter: AppliedResourcesFilter! $after: String $first: Int ) { environment(id: $environmentId) { applied { resources(filter: $filter, after: $after, first: $first) { pageInfo { hasNextPage endCursor } edges { node { ... on SeedAppliedStateNode { alias description uniqueId name meta fqn schema tags resourceType filePath catalog { columns { description type tags name meta index comment } comment owner rowCountStat runGeneratedAt type uniqueId runId } executionInfo { lastRunError lastRunStatus lastRunGeneratedAt } children { uniqueId description resourceType } } } } } } } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dbt-labs/dbt-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server