Get Atlantic Query by Dedup ID
Endpoints
Get query by dedup ID
Retrieve an Atlantic STARK proof query using your custom deduplication identifier
GET
Get Atlantic Query by Dedup ID
Query Deduplication
Atlantic supports query deduplication through thededupId 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
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 thededupId and projectId as query parameters to retrieve the Atlantic query details.
