AI Marketplace icon

AI Marketplace

Interact with AI Marketplace API

Actions24

Overview

This node interacts with the AI Marketplace API to retrieve lot statistics grouped by various criteria over specified time spans. It supports grouping lot statistics by status, category, or date, and allows users to specify the time period for the statistics, such as today, last 7 days, last 30 days, or all time. This node is useful for analyzing marketplace lot data trends and performance over different periods and groupings, aiding in decision-making and reporting.

Use Case Examples

  1. A user wants to get lot statistics grouped by status for the last 7 days to monitor active and closed lots.
  2. A marketplace admin needs to analyze lot statistics grouped by category over all time to understand category popularity.

Properties

Name Meaning
Environment The environment to connect to, either Development or Production.
Override Base URL Optional URL to override the default base URL for the selected environment.
Group By How to group the lot statistics, by status, category, or date.
Time Span Time period for statistics with period-over-period comparison, such as today, 7 days, 30 days, or all time.
Additional Fields Additional optional fields including request timeout and response format.

Output

JSON

  • json - The JSON response containing lot statistics grouped as specified.

Dependencies

  • Requires an API key credential for authenticated requests when needed.

Troubleshooting

  • Ensure the API credentials are configured correctly for operations requiring authentication, otherwise an authentication error will occur.
  • Validate input parameters such as 'Lot ID' or 'Group By' to avoid errors related to invalid or missing parameters.
  • If overriding the base URL, ensure the URL is valid and accessible to avoid connection errors.
  • Timeout errors may occur if the request takes longer than the specified timeout; increase the timeout in additional fields if needed.

Discussion