How to get an archive page meta?

From the get_post_meta() function reference,

Retrieves a post meta field for the given post ID.

The function is inteded to be used with posts (any type), not post type archives. You’ll need to dig into the documentation provided by the plugin author to find out, how to retrieve meta data for a post type archive.