> ## Documentation Index
> Fetch the complete documentation index at: https://docs.infragrid.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# List Blueprints

> List active published Blueprints in the API key's workspace.

Requires `blueprints:read`.

<ParamField query="limit" default="25" type="integer">
  Number of Blueprints to return. Minimum 1; maximum 100.
</ParamField>

## Response

<ResponseField name="data" type="Blueprint[]" required>
  Active published Blueprints visible to this workspace.
</ResponseField>

Each Blueprint contains its `id`, `command`, `name`, `description`, active `status`, public `inputs`, timestamps, and `latestRevision` metadata.

<Note>
  Drafts and inactive definitions are not part of the public resource.
</Note>


## Related topics

- [List Blueprint runs](/reference/blueprint-runs/list.md)
- [List Blueprint run events](/reference/blueprint-runs/events.md)
- [MCP server](/tools/mcp.md)
- [List runs](/reference/runs/list.md)
- [Authentication](/authentication.md)
