Countdown API

Countdown API provides real-time eBay product data, including product details, customer reviews, seller feedback, and search results, enabling businesses and developers to access comprehensive eBay marketplace information.

25 actions Integration catalog
Request access
Connect Countdown API once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Clear Collection RequestsCOUNTDOWN_API_CLEAR_ALL_REQUESTS
Clears (removes) all pending requests from a collection. Use this to reset a collection before adding new requests, or to cancel all queued requests. The collection must be in 'idle' status. Returns the updated collection details after clearing.
Create a new collectionCOUNTDOWN_API_COLLECTIONS_CREATE_COLLECTION
Tool to create a new collection. Use when you need to batch and orchestrate multiple requests on a schedule.
Get CollectionCOUNTDOWN_API_COLLECTIONS_GET_COLLECTION
Tool to retrieve details for a single collection by ID. Use when you need collection metadata and counts for a given collection ID.
List CollectionsCOUNTDOWN_API_COLLECTIONS_LIST_COLLECTIONS
Tool to list all collections for the authenticated account. Use when you need to retrieve paginated collections with filtering, sorting, and timing constraints.
Start CollectionCOUNTDOWN_API_COLLECTIONS_START_COLLECTION
Start processing a collection's queued requests on the Countdown API. Use this tool to manually trigger a collection to begin executing its requests. The collection must have at least one request added to it before it can be started. You need sufficient API credits to run all requests in the collection. Prerequisites: - Collection must exist (use List Collections or Create Collection first) - Collection must have at least one request added - Sufficient API credits available for the number of requests - Collection must not already be running
Update an existing collectionCOUNTDOWN_API_COLLECTIONS_UPDATE_COLLECTION
Update an existing collection's settings. Use this to modify collection properties like name, schedule, priority, notification settings, or enabled status. The collection_id must be obtained from list_collections or create_collection. Only specified fields are updated; omitted fields retain their current values.
eBay AutocompleteCOUNTDOWN_API_CORE_API_SEND_REQUEST
Tool to fetch eBay autocomplete suggestions. Use when needing search-term-based suggestions from Countdown API.
Create Collection RequestCOUNTDOWN_API_CREATE_COLLECTION_REQUEST
Tool to create new requests within a collection for bulk eBay data retrieval. Use when you need to add search, product, reviews, or other eBay data queries to a collection that will be executed on schedule. Collections must be in 'idle' status to accept new requests.
Create DestinationCOUNTDOWN_API_CREATE_DESTINATION
Creates a cloud storage destination where batch result sets will be automatically uploaded. Supports Amazon S3, S3-compatible services (MinIO, DigitalOcean Spaces), Google Cloud Storage, Microsoft Azure Blob Storage, and Alibaba Cloud OSS. When enabled=true, the API validates credentials by uploading and deleting a test file. Set enabled=false to create the destination without credential validation.
Delete CollectionCOUNTDOWN_API_DELETE_COLLECTION
Tool to delete a collection and its configuration by ID. Use when you need to remove an existing, non-running collection.
Delete DestinationCOUNTDOWN_API_DELETE_DESTINATION
Tool to delete a destination by ID. Use when you need to remove an existing destination.
Delete Single RequestCOUNTDOWN_API_DELETE_SINGLE_REQUEST
Delete a specific request from a Countdown API collection by its ID. Use this to remove individual requests that are no longer needed. The collection must not be running when deleting requests.
List DestinationsCOUNTDOWN_API_DESTINATIONS_LIST_DESTINATIONS
Tool to list all destinations configured for the account. Use when you need to inspect or paginate through configured destinations.
Find Collection RequestsCOUNTDOWN_API_FIND_COLLECTION_REQUESTS
Tool to find requests in a collection by custom_id or search query. Use when you need to search for specific requests within a collection using either an exact custom_id match or a text search query.
Get Account InformationCOUNTDOWN_API_GET_ACCOUNT
Tool to retrieve account usage and current platform status. Use when needing to check plan, usage, and quota details for the authenticated user.
List Error LogsCOUNTDOWN_API_LIST_ERROR_LOGS
Tool to list error logs from collection executions. Returns recent errors encountered during request processing with details about failed requests and their causes.
Export Requests CSVCOUNTDOWN_API_REQUESTS_EXPORT_CSV
Export all requests from a collection as downloadable CSV files. Returns URLs to CSV files containing the request data. Use this tool when you need to bulk export or download collection request data in CSV format. The response includes paginated download links if the collection has many requests. Collections with no requests will return an empty pages array.
Export Requests as JSONCOUNTDOWN_API_REQUESTS_EXPORT_JSON
Tool to download all requests in a collection as JSON. Use when you need to export the entire request history for a collection.
Update Single RequestCOUNTDOWN_API_REQUESTS_UPDATE_SINGLE_REQUEST
Tool to modify parameters of an existing request in a collection. Use when the collection is not running and you need to update eBay Product Data API parameters.
Get Result SetCOUNTDOWN_API_RESULTS_GET_RESULT_SET
Tool to retrieve a collection run's result set payload. Use after a collection run completes to fetch metadata and download links.
List Result SetsCOUNTDOWN_API_RESULTS_LIST_RESULT_SETS
Tool to list result sets produced by a collection. Use when you need to retrieve all summary status of result sets generated by a collection within the 14-day retention window.
Resend Result Set WebhookCOUNTDOWN_API_RESULTS_RESEND_RESULT_SET_WEBHOOK
Resend the webhook notification for a collection's result set. Use this tool to retry webhook delivery when the original webhook POST failed or timed out. The collection must have a notification_webhook URL configured (either on the collection itself or on the account profile). Result sets are only available for 14 days after creation. Prerequisites: - Collection must exist with a valid notification_webhook URL configured - Result set must exist and not be expired (14-day retention) - Use List Result Sets to find valid result_set_id values
Stop All CollectionsCOUNTDOWN_API_STOP_ALL_COLLECTIONS
Tool to stop all collections. Use when you need to halt any running or queued collections after reviewing operations.
Stop CollectionCOUNTDOWN_API_STOP_COLLECTION
Tool to stop (pause) a single collection’s processing by ID. Use when you need to halt a running or queued collection after confirming the target collection ID.
Update DestinationCOUNTDOWN_API_UPDATE_DESTINATION
Tool to update a destination's configuration by ID. Use after creating or retrieving a destination to modify its settings.