Actions24
- Health Actions
- Offers Actions
- Lots Actions
- Statistics Actions
- Authentication Actions
- Feedback Actions
- Events Actions
- Categories Actions
- Admin Actions
Overview
This node interacts with the AI Marketplace API to list lots available in the marketplace. It allows users to specify the environment (development or production), override the base URL, limit the number of lots returned, and configure additional request options such as timeout and response format. This operation is useful for retrieving a list of lots for browsing or further processing in automation workflows.
Use Case Examples
- A user wants to fetch a list of lots from the AI Marketplace in the development environment with a maximum of 10 lots returned.
- An automation workflow retrieves lots from the production environment with a custom API base URL and a 60-second timeout for the request.
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. |
| Limit | Maximum number of lots to return; 0 means no limit. |
| Additional Fields | Additional optional settings for the request, including timeout and response format. |
Output
JSON
lots- Array of lots returned from the API, limited by the 'Limit' parameter if specified.data- Raw response data if response format is set to raw.
Dependencies
- Requires an API key credential for authenticated operations.
Troubleshooting
- Common issues include authentication errors if API credentials are not configured for operations that require authentication.
- Errors related to invalid parameters such as invalid lot IDs or exceeding limits may occur; ensure parameters meet validation rules.
- Timeout errors can occur if the request takes longer than the specified timeout; increase the timeout if needed.