List resources

Returns all resources available to the authenticated API key's account. Supports filtering, pagination, sorting, and field expansion.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Expand allows you to return additional fields that are not included in the default fields (comma-separated list).

Supported fields:

  • body: Extracted text body (for document resources)
  • keywords: Keywords used for search and Maven indexing
  • mvn_desc: Maven-generated description of the resource
  • mvn_prompt: Maven prompt/instruction text
  • translations: Translated versions of this resource
  • vis_app: Visibility in the mobile app
  • vis_mvn: Visibility to Maven AI
  • vis_web: Visibility on the web
string

Fields allows you to return a subset of the default fields (comma-separated list).

Supported fields:

  • asset_id: Associated asset ID (if the resource is scoped to a specific asset)
  • dependency: Dependency rules (conditions for when the resource appears)
  • download_url: Direct download URL
  • external_id: Customer's own identifier for this resource
  • guid: Resource GUID
  • id: Resource ID
  • metadata: Resource metadata (JSON)
  • mvn_status: Maven indexing status
  • name: Resource name
  • product_id: Product this resource belongs to
  • roles: Roles with access to this resource
  • status: 0 (inactive) or 1 (active)
  • step_id: Expertise step ID (if the resource is scoped to a specific step)
  • supplier_id: Supplier ID (populated if supplied)
  • tags: Tags
  • type: Resource type (1=document, 2=video, 3=image, 9=dynamic)
  • url: Resource URL
string

⚠️ IMPORTANT: The interactive form does not properly support filter syntax. Do NOT use the "Try It" button for filtering. Instead, copy the code samples (cURL, JavaScript, etc.) and modify the filter parameter directly.

Filter Format: filter[field][operator]=value

Invalid filter formats will return a 422 status code with detailed error information.

Supported operators:

  • eq: Equal to
  • neq: Not equal to
  • gt: Greater than
  • gte: Greater than or equal
  • lt: Less than
  • lte: Less than or equal
  • like: Contains (case-insensitive)

Supported fields:

  • external_id: Filter by customer's external ID
  • id: Resource ID
  • product_id: Filter by product ID
integer

Page number

integer

Maximum number of results to return per page

string

Fields to sort by

Responses

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json