Auth0\SDK\API\Management\Jobs::get PHP Method

get() public method

public get ( $id )
    public function get($id)
    {
        return $this->apiClient->get()->jobs($id)->call();
    }