Get pipeline snapshot

get /text/Keywords/Optimization/Snapshots/{id}
This API endpoint retrieves details of a specific pipeline snapshot based on the provided snapshot ID.

Requirements

Authentication Required
Bearer access_token
Request Headers
Authorization: Bearer access_token
Parameter Name Type Description
Id string, required Unique identifier for the pipeline snapshot.
Parameter Name Type Description
storeId string, optional Store ID identifying the snapshot's context. Default value: default.
type string, optional Specifies the type of snapshot, which can be either Product or Category.
recordId string, optional The Object ID associated with the snapshot.
languageCode string, optional Two-letter language code, e.g., en. Default is en.

Response

200
400
404
500
//The request was successful, and the pipeline snapshot details are returned.
//The request failed due to invalid input or missing required parameters.
//The specified snapshot or related resource could not be found.
//The server encountered an error when processing the request.