Skip to main content
GET
Get Atlantic Query by Dedup ID

Query Deduplication

Atlantic supports query deduplication through the dedupId parameter. When submitting a query, you can provide a custom dedupId to:
  • Avoid duplicate processing of identical queries
  • Track and retrieve queries using your own identifier
  • Reference queries across your application consistently
This endpoint allows you to retrieve a query using your custom dedupId and projectId, which is particularly useful when you want to:
  • Ensure idempotent query submissions
  • Retrieve query results using your own tracking identifiers
  • Check if a query with a specific dedup ID already exists before submitting a new one

Usage

Provide both the dedupId and projectId as query parameters to retrieve the Atlantic query details.

Authorizations

api-key
string
header
required

Query Parameters

dedupId
string
required
apiKey
string

Response

Default Response

atlanticQuery
object
required