Join ==== .. code-block:: http /api/repositories/{repository}/joins/{join} .. csv-table:: :header: Parameter, Type, Purpose :widths: 20, 20, 60 :stub-columns: 1 repository, string, the name of the :doc:`repository` join, string, The ID of the join to view Get ~~~ .. http:get:: /api/repositories/(string:repository)/joins/(string:join) :synopsis: Lists metadata for the corresponding join Lists metadata for the corresponding join .. code-block:: http GET /api/repositories/jupiter/joins/2-3-1-2 HTTP/1.1 Accept: application/json .. csv-table:: :header: Response Code, Reason :widths: 25, 75 200, No error 500, Server error The response will be a :doc:`standard-response`, with a list of metadata for the corresponding join.