Assets
List Assets
Retrieve a paginated list of assets with optional filtering
GET
Retrieve a paginated list of assets in a project. Supports filtering by type, status, tags, and date ranges.Documentation Index
Fetch the complete documentation index at: https://docs.metabind.ai/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The unique identifier of the organization
The unique identifier of the project
Query Parameters
Page number for pagination
Number of items per page (max: 100)
Filter by MIME type (e.g.,
image/jpeg, video/mp4)Filter by tags (comma-separated list of tag IDs)
Filter by status:
active or deletedSearch term for name and description
Sort field and direction (e.g.,
name:asc, createdAt:desc)Created date range start (ISO 8601 format)
Created date range end (ISO 8601 format)
Response
Array of asset objects