# RedCircle API

RedCircle API is the real-time Target product data API for accessing Target product catalog, reviews, and category data.

- **Category:** developer tools
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 32
- **Triggers:** 0
- **Slug:** `REDCIRCLE_API`
- **Version:** 20260429_00

## Tools

### Add Zipcodes

**Slug:** `REDCIRCLE_API_ADD_ZIPCODES`

Tool to add zipcodes to your RedCircle API account for geolocation targeting. Use when you need to localize product searches by specific postal codes. New zipcodes take approximately 2 minutes to become available after being added.

### Clear Collection Requests

**Slug:** `REDCIRCLE_API_CLEAR_COLLECTION_REQUESTS`

Tool to remove all requests from a specified collection. Collections can only be cleared when not actively running. Use when you need to empty a collection of all its requests.

### Create Collection

**Slug:** `REDCIRCLE_API_CREATE_COLLECTION`

Tool to create a new collection for running up to 15,000 requests on a schedule. Use when you need to organize and schedule batch requests with various scheduling patterns, priority levels, and notification methods.

### Create Destination

**Slug:** `REDCIRCLE_API_CREATE_DESTINATION`

Tool to create a new destination for uploading Collection Result Sets to cloud storage. Use when you need to configure a storage destination for result sets with providers like S3, GCS, Azure, OSS, or S3-compatible storage.

### Create Requests

**Slug:** `REDCIRCLE_API_CREATE_REQUESTS`

Tool to add up to 1,000 requests to an existing collection. Use when you need to populate a collection with product requests. Collections have a maximum of 15,000 requests (100 if include_html=true). Sequential calls required; parallel requests trigger HTTP 429 errors.

### Delete Collection

**Slug:** `REDCIRCLE_API_DELETE_COLLECTION`

Tool to remove a collection from the system by ID. Use when you need to delete a collection that is not currently running.

### Delete Destination

**Slug:** `REDCIRCLE_API_DELETE_DESTINATION`

Tool to remove a destination from your RedCircle API account. Use when you need to permanently delete a specific destination by its ID.

### Delete Request from Collection

**Slug:** `REDCIRCLE_API_DELETE_REQUEST`

Tool to remove an individual request from a collection. Use when you need to delete a specific request from a collection by providing both collection_id and request_id. Collections must not be running during deletion.

### Delete Requests In Bulk

**Slug:** `REDCIRCLE_API_DELETE_REQUESTS_BULK`

Tool to delete multiple requests from a collection in bulk. Use when you need to remove multiple requests efficiently. Note: Requests can only be deleted when the collection is not running.

### Delete Zipcodes

**Slug:** `REDCIRCLE_API_DELETE_ZIPCODES`

Tool to remove zipcodes from your RedCircle API account. Use when you need to delete specific zipcode/domain pairs from your account.

### Get Account Information

**Slug:** `REDCIRCLE_API_GET_ACCOUNT`

Tool to retrieve account information, usage metrics, and platform status. Use when you need to check account credits, limits, plan details, or platform component status.

### Get Collection

**Slug:** `REDCIRCLE_API_GET_COLLECTION`

Tool to retrieve complete information about a specific collection. Use when you need detailed collection metadata including status, schedule, and configuration.

### Get Requests CSV Links

**Slug:** `REDCIRCLE_API_GET_REQUESTS_CSV_LINKS`

Tool to retrieve CSV download links for all requests in a collection. Use when you need to export request data in CSV format. Each CSV file contains up to 1000 requests.

### Get Requests JSON Links

**Slug:** `REDCIRCLE_API_GET_REQUESTS_JSON_LINKS`

Tool to retrieve download links for all requests in a collection in JSON format. Use when you need to access request data from a specific collection. Returns paginated URLs for downloading request information.

### Get Result Set CSV

**Slug:** `REDCIRCLE_API_GET_RESULT_SET_CSV`

Tool to retrieve a result set in CSV format with optional field filtering. Use when you need to export processed results from a collection as CSV files. Supports field selection using dot notation for nested fields. Results maintain 14-day retention.

### Get Result Set JSON

**Slug:** `REDCIRCLE_API_GET_RESULT_SET_JSON`

Tool to retrieve a result set in JSON format with download links. Use when you need to access processed results from a specific collection and result set. Returns detailed result information including download URLs for data files.

### Get Result Set JSON Lines

**Slug:** `REDCIRCLE_API_GET_RESULT_SET_JSONLINES`

Tool to retrieve a result set in JSON Lines format with download links. Use when you need to access processed results as newline-delimited JSON files. JSON Lines format provides one valid JSON object per line, ideal for streaming and processing large datasets.

### Get Target Product Data

**Slug:** `REDCIRCLE_API_GET_TARGET_PRODUCT_DATA`

Tool to retrieve Target data in real-time including search results, product information, reviews, or category listings. Use when you need to access Target.com product data such as searching for products, getting specific product details, retrieving reviews, or listing categories.

### List Categories

**Slug:** `REDCIRCLE_API_LIST_CATEGORIES`

Tool to retrieve all top-level (root) categories or filter results using optional parameters. Use when you need to browse the category hierarchy, search for specific categories, or retrieve category details. Parameters id, parent_id, and search_term are mutually exclusive.

### List Collections

**Slug:** `REDCIRCLE_API_LIST_COLLECTIONS`

Tool to retrieve all collections configured on your RedCircle API account with filtering and pagination. Use when you need to browse collections, filter by status or search term, or manage collection metadata.

### List Destinations

**Slug:** `REDCIRCLE_API_LIST_DESTINATIONS`

Tool to retrieve all destinations configured on your RedCircle API account with pagination and filtering. Use when you need to browse or manage destination configurations. Returns 10 destinations per page.

### List Error Logs

**Slug:** `REDCIRCLE_API_LIST_ERROR_LOGS`

Tool to list all error logs on your RedCircle API account. Use when you need to retrieve failed API request logs with error details. Results are paginated with 10 error logs per page. Supports filtering by search term and sorting by date or count.

### List Requests by Page

**Slug:** `REDCIRCLE_API_LIST_REQUESTS_BY_PAGE`

Tool to retrieve requests for a collection in paginated format. Use when you need to access collection requests with pagination support (max 1000 requests per page).

### List Result Sets

**Slug:** `REDCIRCLE_API_LIST_RESULT_SETS`

Tool to list all result sets for a collection. Use when you need to retrieve execution history and results for a specific collection. Note: result sets have 14-day retention.

### List Zipcodes

**Slug:** `REDCIRCLE_API_LIST_ZIPCODES`

Tool to retrieve all zipcodes associated with your account with optional filtering. Use when you need to list zipcodes, optionally filtered by search term or domain. Supports pagination with max 10 results per page.

### Resend Webhook

**Slug:** `REDCIRCLE_API_RESEND_WEBHOOK`

Tool to resend a previously configured webhook POST request for a result set. Use when you need to debug webhook connectivity issues without re-executing the collection.

### Start Collection

**Slug:** `REDCIRCLE_API_START_COLLECTION`

Tool to initiate execution of a RedCircle API collection. Use when you need to start processing requests for a collection. Requires sufficient request credits and the collection must not be currently running.

### Stop All Collections

**Slug:** `REDCIRCLE_API_STOP_ALL_COLLECTIONS`

Tool to halt all currently active collections on your account. Use when you need to terminate all collection operations across your account. Collections in queued or running states are affected, resetting status to idle. Note: Queued collections receive credit refunds; running collections stop without reimbursement.

### Stop Collection

**Slug:** `REDCIRCLE_API_STOP_COLLECTION`

Tool to halt an active collection in queued or running state. Use when you need to stop a collection that is currently processing. Collections in queued status receive full credit refunds, while running collections are stopped without refunds.

### Update Collection

**Slug:** `REDCIRCLE_API_UPDATE_COLLECTION`

Tool to update an existing collection's configuration and settings. Use when you need to modify collection settings including name, schedule, priority, and destination assignments. Note: A collection can only be updated when it is not running.

### Update Destination

**Slug:** `REDCIRCLE_API_UPDATE_DESTINATION`

Tool to modify an existing destination configuration on your RedCircle API account. Use when you need to update destination settings such as name, credentials, storage paths, or enable/disable status. When enabling a previously disabled destination or updating credentials, a connectivity test will be performed automatically.

### Update Request

**Slug:** `REDCIRCLE_API_UPDATE_REQUEST`

Tool to modify a request within a collection. Use only when the collection is not running. Updates request parameters like type, tcin, or other Target Product Data API fields.
