TheDocumentation Index
Fetch the complete documentation index at: https://docs.iblueprint.ai/llms.txt
Use this file to discover all available pages before exploring further.
blueprint.list procedure returns blueprints created by the authenticated user. Results include basic rating data and are ordered by creation date. Use the status and search filters to narrow results, and use page and limit to paginate through large libraries.
Request
Procedure type: query (HTTPGET)
Endpoint:
Parameters
A URL-encoded JSON object with a
json key containing the parameters below.Page number to retrieve. Must be
1 or higher. Defaults to 1.Number of blueprints per page. Must be between
1 and 100. Defaults to 20.Filter by blueprint status. Accepted values:
draft, published.Case-insensitive substring search across
title and description.Response
Array of Blueprint objects owned by the authenticated user.
Pagination metadata.
