Skip to main content

GET /gpdomains/history

GET 

gpdomains/history

Get the history of Google Postmaster data sync runs

Query Parameters

offset string
Number of items to skip before starting to return results

limit string
Maximum number of history entries to return

Returns

  • dataarray
    • idstring
      Unique identifier of the data sync history entry
    • keystring
      Identifier key of the associated data sync process
    • statusstring
      Current status of the Google Postmaster data sync process
      Allowed values: IN_PROGRESS, DONE, FAILED
    • payloadstring
      Additional details about the run result. Contains an error message when status is FAILED
    • created_atstring
      Timestamp when the data sync process was created
    • updated_atstring
      Timestamp when the data sync process was last updated
Error Codes

401 Unauthorized

Unauthorized

403 Forbidden

Forbidden

500 Internal Server Error

Internal server error